From 984138d1a523409f8b2fc84487ce21f69998de78 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 13:01:30 +0000 Subject: rough implementation of Evan's page layout git-svn-id: http://code.elgg.org/elgg/trunk@7496 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/messages/list.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'views/default/messages/list.php') diff --git a/views/default/messages/list.php b/views/default/messages/list.php index 84cec1b34..dad1c23ab 100644 --- a/views/default/messages/list.php +++ b/views/default/messages/list.php @@ -8,14 +8,16 @@ * * @uses $vars['object'] The array of message registers */ + +if (!empty($vars['object']) && is_array($vars['object']) && sizeof($vars['object']) > 0) { ?> -
+
\ No newline at end of file + +