summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-06-11 00:59:46 -0700
committerGravatar Tom Willemse2024-06-11 14:59:42 -0700
commit2158275ec50eebde957d5a17fac32dc324007ee4 (patch)
treec53f1e3b1f0dc8d10f0f092795dcc80ea9051b89
parent15a30340e8867dfac3f88460fbd93b581e56f10f (diff)
downloadscuttle-2158275ec50eebde957d5a17fac32dc324007ee4.tar.gz
scuttle-2158275ec50eebde957d5a17fac32dc324007ee4.zip
Remove “Home” link
The site name links to the same thing.
-rw-r--r--data/templates/pico/toolbar.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/pico/toolbar.inc.php b/data/templates/pico/toolbar.inc.php
index b2ab334..2f940e3 100644
--- a/data/templates/pico/toolbar.inc.php
+++ b/data/templates/pico/toolbar.inc.php
@@ -4,7 +4,6 @@ if ($userservice->isLoggedOn() && is_object($currentUser)) {
$cUsername = $currentUser->getUsername();
?>
- <li><a href="<?php echo createURL(''); ?>"><?php echo T_('Home'); ?></a></li>
<li><a href="<?php echo createURL('bookmarks', $cUsername); ?>"><?php echo T_('Bookmarks'); ?></a></li>
<li><a href="<?php echo createURL('alltags', $cUsername); ?>"><?php echo T_('Tags'); ?></a></li>
<li><a href="<?php echo createURL('watchlist', $cUsername); ?>"><?php echo T_('Watchlist'); ?></a></li>