]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
re-add home link; requested by benjamin
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 1 Oct 2009 22:22:00 +0000 (22:22 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 1 Oct 2009 22:22:00 +0000 (22:22 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@383 b3834d28-1941-0410-a4f8-b48e95affb8f

ChangeLog
templates/toolbar.inc.php

index 9b895ac6122730db83e5fdb31f96ae3f55fc67c3..1b735cea9fece53b869945a0f386b2cb0182896f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 ChangeLog for SemantiScuttle
 ============================
 
-0.94 - 2009-09-29
+0.94 - 2009-10-02
 -----------------
 - Fix bug #2834070: unfreed sql results
 - Fix bug #2834077: .htaccess on virtual masshosted apaches
@@ -25,7 +25,6 @@ ChangeLog for SemantiScuttle
 - Translation updates
 - Updated German translation (de_DE), removed de_AT
 - New configuration file system
-- Remove home link in menu bar
 - Add INSTALL.txt and ChangeLog
 
 
index a04b6a000b34110d54f19e880919e15f80b71363..fa7170af7a357169fb7af6f3b1f128d6d66957ff 100644 (file)
@@ -5,6 +5,7 @@ if ($userservice->isLoggedOn()) {
 ?>
 
     <ul id="navigation">
+       <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>
@@ -22,6 +23,7 @@ if ($userservice->isLoggedOn()) {
 } else {
 ?>
     <ul id="navigation">
+       <li><a href="<?php echo createURL(''); ?>"><?php echo T_('Home'); ?></a></li>
        <li><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a></li>
         <li><a href="<?php echo createURL('about'); ?>"><?php echo T_('About'); ?></a></li>
         <li class="access"><a href="<?php echo createURL('login'); ?>"><?php echo T_('Log In'); ?></a></li>