From 6177f3206ebde794c2cf8b290c4f14a995611fd8 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 3 May 2017 19:13:29 +0200 Subject: [PATCH] Rename title link label to home link and apply it in vintage theme Related to #853 --- tpl/default/configure.html | 2 +- tpl/vintage/configure.html | 2 +- tpl/vintage/page.header.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 7469ab5..76a1b9f 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 7adc754..479284e 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 cce61ec..8a58844 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