aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-02-13 17:38:19 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-02-13 17:38:19 +0000
commit8e1acd17a1e3bb6f66f9db0508cbf37789e9cfba (patch)
tree779c02b99322ebf2f9cc8055643dad8692f97f21 /templates
parent484de2408fc42d8f5a25af53df159b2baa42c334 (diff)
downloadsemanticscuttle-8e1acd17a1e3bb6f66f9db0508cbf37789e9cfba.tar.gz
semanticscuttle-8e1acd17a1e3bb6f66f9db0508cbf37789e9cfba.tar.bz2
Interface design: hide About link for logged users
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@37 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/toolbar.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/toolbar.inc.php b/templates/toolbar.inc.php
index 25cd0f7..916897c 100644
--- a/templates/toolbar.inc.php
+++ b/templates/toolbar.inc.php
@@ -12,7 +12,6 @@ if ($userservice->isLoggedOn()) {
<li><a href="<?php echo createURL('watchlist', $cUsername); ?>"><?php echo T_('Watchlist'); ?></a></li>
<li><a href="<?php echo $userservice->getProfileUrl($cUserId, $cUsername); ?>"><?php echo T_('Profile'); ?></a></li>
<li><a href="<?php echo createURL('bookmarks', $cUsername . '?action=add'); ?>"><?php echo T_('Add a Bookmark'); ?></a></li>
- <li><a href="<?php echo createURL('about'); ?>"><?php echo T_('About'); ?></a></li>
<li class="access"><?php echo $cUsername?><a href="<?php echo $GLOBALS['root']; ?>?action=logout">(<?php echo T_('Log Out'); ?>)</a></li>
</ul>