diff options
author | Christophe HENRY <christophe.henry@sbgodin.fr> | 2013-03-13 21:27:03 +0100 |
---|---|---|
committer | Christophe HENRY <christophe.henry@sbgodin.fr> | 2014-07-27 23:32:41 +0200 |
commit | ebb2880dfcfd16b07744c6a2f98edb82133bfb04 (patch) | |
tree | d072075dece63f62a91f332c4f90926883ff7fb8 /tpl/page.header.html | |
parent | 4ade7393a33e0ae3b40bb6a4dc8e051b0ed04169 (diff) | |
download | Shaarli-ebb2880dfcfd16b07744c6a2f98edb82133bfb04.tar.gz Shaarli-ebb2880dfcfd16b07744c6a2f98edb82133bfb04.tar.zst Shaarli-ebb2880dfcfd16b07744c6a2f98edb82133bfb04.zip |
Adds a configuration variable "titleLink" which allows to customize the
link on the title.
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 125b365b..37a18f70 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <div id="logo" title="Share your links !" onclick="document.location='?';"></div> | 2 | <div id="logo" title="Share your links !" onclick="document.location='?';"></div> |
3 | <div style="float:right; font-style:italic; color:#bbb; text-align:right; padding:0 5 0 0;" class="nomobile">Shaare your links...<br> | 3 | <div style="float:right; font-style:italic; color:#bbb; text-align:right; padding:0 5 0 0;" class="nomobile">Shaare your links...<br> |
4 | {if="!empty($linkcount)"}{$linkcount} links{/if}</div> | 4 | {if="!empty($linkcount)"}{$linkcount} links{/if}</div> |
5 | <span id="shaarli_title"><a href="?">{$shaarlititle|htmlspecialchars}</a></span> | 5 | <span id="shaarli_title"><a href="{$titleLink}">{$shaarlititle|htmlspecialchars}</a></span> |
6 | 6 | ||
7 | {if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"} | 7 | {if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"} |
8 | {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore} | 8 | {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore} |