From adc4aee80f7cd3242f65f0b316af2b560a64712c Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Wed, 7 Dec 2016 11:58:25 +0100 Subject: Change templates set through administration UI --- tpl/default/page.header.html | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tpl/default/page.header.html (limited to 'tpl/default/page.header.html') diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html new file mode 100644 index 00000000..cce61ec4 --- /dev/null +++ b/tpl/default/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