From 5026cb1b92ccd679bf9a425b1c9be401ab56eed7 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 27 Jan 2011 15:15:43 +0000 Subject: introducing elgg-subtext as replacement for elgg-list-subtitle and elgg-subtitle git-svn-id: http://code.elgg.org/elgg/trunk@7950 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/objects/list/body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/layout/objects') diff --git a/views/default/layout/objects/list/body.php b/views/default/layout/objects/list/body.php index 00bc1c058..5f7fc74f9 100644 --- a/views/default/layout/objects/list/body.php +++ b/views/default/layout/objects/list/body.php @@ -5,7 +5,7 @@ * Sample output * *

Title

- *

Posted 3 hours ago by George

+ *

Posted 3 hours ago by George

*

one, two

*
Excerpt text
* @@ -49,7 +49,7 @@ if ($metadata) { echo $metadata; } echo "

$title_link

"; -echo "

$subtitle

"; +echo "

$subtitle

"; echo $tags; if ($content) { echo "
$content
"; -- cgit v1.2.3