From 9723a57f4ca309da030f6d2aaf6d1e3d3ca2136e Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 3 Dec 2008 11:11:08 +0000 Subject: Bug fix: correct get title function (missing ) ) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@189 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/userlist.tpl.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/userlist.tpl.php b/templates/userlist.tpl.php index 85c1998..fdccc62 100644 --- a/templates/userlist.tpl.php +++ b/templates/userlist.tpl.php @@ -23,8 +23,12 @@ foreach($users as $user) { } echo ''."\n"; -} - +} +?> +

+ + +includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); -- cgit v1.2.3-54-g00ecf