summaryrefslogtreecommitdiffstatshomepage
path: root/templates/toolbar.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-24 08:48:57 +0000
committerGravatar mensonge2008-04-24 08:48:57 +0000
commit791f1492478e4497a554c2a3a1c8737c36d71821 (patch)
tree4037e33a1d69a7a9170d88666e0752d900c904c4 /templates/toolbar.inc.php
parent3b79d6b9cc75eaf2b54f6d41843a313b13395c8d (diff)
downloadscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.gz
scuttle-791f1492478e4497a554c2a3a1c8737c36d71821.zip
Interface design: improve tags presentation, menu box, popup size, redirection after adding a bookmark, RSS link position
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@118 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/toolbar.inc.php')
-rw-r--r--templates/toolbar.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/toolbar.inc.php b/templates/toolbar.inc.php
index 501222d..ab17bc5 100644
--- a/templates/toolbar.inc.php
+++ b/templates/toolbar.inc.php
@@ -21,6 +21,7 @@ if ($userservice->isLoggedOn()) {
?>
<ul id="navigation">
+ <li><a href="<?php echo createURL('populartags', $cUsername); ?>"><?php echo T_('Popular Tags'); ?></a></li>
<li><a href="<?php echo createURL('about'); ?>"><?php echo T_('About'); ?></a></li>
<li class="access"><a href="<?php echo createURL('login'); ?>"><?php echo T_('Log In'); ?></a></li>
<li class="access"><a href="<?php echo createURL('register'); ?>"><?php echo T_('Register'); ?></a></li>