From 009ce9358168cc06c76fc2f4162829e552e633a3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:51:30 +0100 Subject: Move default template to vintage folder --- tpl/vintage/page.header.html | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tpl/vintage/page.header.html (limited to 'tpl/vintage/page.header.html') diff --git a/tpl/vintage/page.header.html b/tpl/vintage/page.header.html new file mode 100644 index 00000000..cce61ec4 --- /dev/null +++ b/tpl/vintage/page.header.html @@ -0,0 +1,59 @@ + + + +
+ {if="!empty($linkcount)"}{$linkcount} links{/if}
+ {if="!empty($privateLinkcount)"}{$privateLinkcount} private links{/if} +
+ + + +{if="!empty($plugin_errors) && isLoggedIn()"} + +{/if} + +
+ + -- cgit v1.2.3 From 6177f3206ebde794c2cf8b290c4f14a995611fd8 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 3 May 2017 19:13:29 +0200 Subject: Rename title link label to home link and apply it in vintage theme Related to #853 --- tpl/vintage/page.header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/vintage/page.header.html') 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
  • -- cgit v1.2.3