diff options
Diffstat (limited to 'templates/profile.tpl.php')
-rw-r--r-- | templates/profile.tpl.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/profile.tpl.php b/templates/profile.tpl.php index e9ff91b..d7ace7e 100644 --- a/templates/profile.tpl.php +++ b/templates/profile.tpl.php @@ -60,8 +60,10 @@ if ($watchnames) { <?php } ?> +<dt><?php echo T_('Bookmarks'); ?></dt> + <dd><a href="<?php echo createURL('bookmarks', $user) ?>"><?php echo T_('Go to bookmarks')?> >></a></dd> </dl> <?php $this->includeTemplate($GLOBALS['bottom_include']); -?>
\ No newline at end of file +?> |