summaryrefslogtreecommitdiffstatshomepage
path: root/templates/toolbar.inc.php
diff options
context:
space:
mode:
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 916897c..25cd0f7 100644
--- a/templates/toolbar.inc.php
+++ b/templates/toolbar.inc.php
@@ -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>