From fe6cb7ee4d6ae7721b9ad1fe0fb3a266abd810b4 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 13 Feb 2008 17:57:01 +0000 Subject: Interface design: allow to access to users' bookmarks from last user sidebox. (Currently, we can just access to their profiles). git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@39 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/profile.tpl.php | 4 +++- templates/sidebar.block.users.php | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/profile.tpl.php b/templates/profile.tpl.php index e9ff91b..d7ace7e 100644 --- a/templates/profile.tpl.php +++ b/templates/profile.tpl.php @@ -60,8 +60,10 @@ if ($watchnames) { +
+
>>
includeTemplate($GLOBALS['bottom_include']); -?> \ No newline at end of file +?> diff --git a/templates/sidebar.block.users.php b/templates/sidebar.block.users.php index 23bf1cc..e42012e 100644 --- a/templates/sidebar.block.users.php +++ b/templates/sidebar.block.users.php @@ -20,6 +20,7 @@ foreach ($lastUsers as $row) { echo ''; echo $row['username']; echo ''; + echo ' ('.T_('bookmarks').')'; echo ''; } echo '...'; -- cgit v1.2.3-54-g00ecf