]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/page.header.html
Rename title link label to home link and apply it in vintage theme
[github/shaarli/Shaarli.git] / tpl / vintage / page.header.html
index cce61ec464b8e54c8e1897a986634b5044237b7d..8a58844ee5556472db98089393eeef948f82c760 100644 (file)
@@ -1,5 +1,5 @@
 
-<div id="logo" title="Share your links !" onclick="document.location='?';"></div>
+<div id="logo" title="Share your links !" onclick="document.location='{$titleLink}';"></div>
 
 <div id="linkcount" class="nomobile">
     {if="!empty($linkcount)"}{$linkcount} links{/if}<br>
@@ -16,7 +16,7 @@
 {if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"}
     {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore}
 {else}
-<li><a href="?" class="nomobile">Home</a></li>
+<li><a href="{$titleLink}" class="nomobile">Home</a></li>
     {if="isLoggedIn()"}
     <li><a href="?do=logout">Logout</a></li>
     <li><a href="?do=tools">Tools</a></li>