From 44915a6e54843ccba31cc18c5a5ae469f253b1fd Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 11 Feb 2009 12:39:44 +0000 Subject: Interface Fix: add bookmarks counting into admin page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@273 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/admin.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/admin.tpl.php b/templates/admin.tpl.php index ac288bd..c8d47e8 100644 --- a/templates/admin.tpl.php +++ b/templates/admin.tpl.php @@ -10,7 +10,8 @@ foreach($users as $user) { echo '
  • '."\n"; echo ''; if($user->getUsername() != $currentUser->getUsername()) { -- cgit v1.2.3-54-g00ecf