aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/page.header.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-05-03 19:13:29 +0200
committerArthurHoaro <arthur@hoa.ro>2017-05-03 19:16:40 +0200
commit6177f3206ebde794c2cf8b290c4f14a995611fd8 (patch)
treebddb4ac1472cf3997f380933c0a2c79597292872 /tpl/vintage/page.header.html
parenta271c5f34f99bab38a167d491b69e5942cd6da94 (diff)
downloadShaarli-6177f3206ebde794c2cf8b290c4f14a995611fd8.tar.gz
Shaarli-6177f3206ebde794c2cf8b290c4f14a995611fd8.tar.zst
Shaarli-6177f3206ebde794c2cf8b290c4f14a995611fd8.zip
Rename title link label to home link and apply it in vintage theme
Related to #853
Diffstat (limited to 'tpl/vintage/page.header.html')
-rw-r--r--tpl/vintage/page.header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/vintage/page.header.html b/tpl/vintage/page.header.html
index cce61ec4..8a58844e 100644
--- a/tpl/vintage/page.header.html
+++ b/tpl/vintage/page.header.html
@@ -1,5 +1,5 @@
1 1
2<div id="logo" title="Share your links !" onclick="document.location='?';"></div> 2<div id="logo" title="Share your links !" onclick="document.location='{$titleLink}';"></div>
3 3
4<div id="linkcount" class="nomobile"> 4<div id="linkcount" class="nomobile">
5 {if="!empty($linkcount)"}{$linkcount} links{/if}<br> 5 {if="!empty($linkcount)"}{$linkcount} links{/if}<br>
@@ -16,7 +16,7 @@
16{if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"} 16{if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"}
17 {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore} 17 {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore}
18{else} 18{else}
19<li><a href="?" class="nomobile">Home</a></li> 19<li><a href="{$titleLink}" class="nomobile">Home</a></li>
20 {if="isLoggedIn()"} 20 {if="isLoggedIn()"}
21 <li><a href="?do=logout">Logout</a></li> 21 <li><a href="?do=logout">Logout</a></li>
22 <li><a href="?do=tools">Tools</a></li> 22 <li><a href="?do=tools">Tools</a></li>