From ebb2880dfcfd16b07744c6a2f98edb82133bfb04 Mon Sep 17 00:00:00 2001 From: Christophe HENRY Date: Wed, 13 Mar 2013 21:27:03 +0100 Subject: Adds a configuration variable "titleLink" which allows to customize the link on the title. --- tpl/configure.html | 3 ++- tpl/page.header.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tpl') diff --git a/tpl/configure.html b/tpl/configure.html index 62296cb2..2a433ad0 100644 --- a/tpl/configure.html +++ b/tpl/configure.html @@ -11,6 +11,7 @@ Page title: + Title link: Timezone:{$timezone_form} Redirector
(e.g. http://anonym.to/? will mask the HTTP_REFERER) @@ -29,4 +30,4 @@ {include="page.footer"} - \ No newline at end of file + 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 @@
Shaare your links...
{if="!empty($linkcount)"}{$linkcount} links{/if}
- {$shaarlititle|htmlspecialchars} + {$shaarlititle|htmlspecialchars} {if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"} {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore} -- cgit v1.2.3