diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-02-20 15:21:30 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-02-20 15:21:30 +0000 |
commit | 50863e8fee72c0236b8d262e6f95f4ace85961c0 (patch) | |
tree | c28e1b5cdbfe36f719d1536a3b7551e9a87d9425 | |
parent | ebf84aa4233fa83f82cd4e49830b192006a5917e (diff) | |
download | semanticscuttle-50863e8fee72c0236b8d262e6f95f4ace85961c0.tar.gz semanticscuttle-50863e8fee72c0236b8d262e6f95f4ace85961c0.tar.bz2 |
Interface fix: add About link for logged users
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@50 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | templates/toolbar.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/toolbar.inc.php b/templates/toolbar.inc.php index 916897c..501222d 100644 --- a/templates/toolbar.inc.php +++ b/templates/toolbar.inc.php @@ -13,6 +13,7 @@ if ($userservice->isLoggedOn()) { <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 class="access"><?php echo $cUsername?><a href="<?php echo $GLOBALS['root']; ?>?action=logout">(<?php echo T_('Log Out'); ?>)</a></li> + <li><a href="<?php echo createURL('about'); ?>"><?php echo T_('About'); ?></a></li> </ul> <?php |