]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
interface design: added about in identified mode
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>
Fri, 1 Feb 2008 16:33:28 +0000 (16:33 +0000)
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>
Fri, 1 Feb 2008 16:33:28 +0000 (16:33 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@31 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/toolbar.inc.php

index 916897c47b62f69d2df4ee47b4e6863b572b51eb..25cd0f7440148398d5f485152f8f0d8755067a5b 100644 (file)
@@ -12,6 +12,7 @@ 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>