From: ArthurHoaro Date: Wed, 3 May 2017 17:13:29 +0000 (+0200) Subject: Rename title link label to home link and apply it in vintage theme X-Git-Tag: v0.9.0~10^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=6177f3206ebde794c2cf8b290c4f14a995611fd8 Rename title link label to home link and apply it in vintage theme Related to #853 --- diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 7469ab59..76a1b9fd 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -34,7 +34,7 @@
diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html index 7adc7545..479284eb 100644 --- a/tpl/vintage/configure.html +++ b/tpl/vintage/configure.html @@ -14,7 +14,7 @@ - Title link: + Home link:
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 @@ - +
{if="!empty($linkcount)"}{$linkcount} links{/if}
@@ -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} -
  • Home
  • +
  • Home
  • {if="isLoggedIn()"}
  • Logout
  • Tools