diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-10 08:59:41 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-10 08:59:41 +0000 |
commit | 2756e3f85818346a478725b6dd94a966e0d92c07 (patch) | |
tree | efad4c6566773670dc5f9a8b733f2a3ed3fe4a57 /templates/toolbar.inc.php | |
parent | e273c0d367da161651324eca1b7e4177c670c91f (diff) | |
download | semanticscuttle-2756e3f85818346a478725b6dd94a966e0d92c07.tar.gz semanticscuttle-2756e3f85818346a478725b6dd94a966e0d92c07.tar.bz2 |
Bug fixes: correct minor bugs appearing with 'notice' level in PHP
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@122 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/toolbar.inc.php')
-rw-r--r-- | templates/toolbar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/toolbar.inc.php b/templates/toolbar.inc.php index ab17bc5..593ee0f 100644 --- a/templates/toolbar.inc.php +++ b/templates/toolbar.inc.php @@ -21,7 +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('populartags'); ?>"><?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> |