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/configure.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/configure.html')
-rw-r--r-- | tpl/configure.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
11 | 11 | ||
12 | <tr><td><b>Page title:</b></td><td><input type="text" name="title" id="title" size="50" value="{$title}"></td></tr> | 12 | <tr><td><b>Page title:</b></td><td><input type="text" name="title" id="title" size="50" value="{$title}"></td></tr> |
13 | 13 | ||
14 | <tr><td><b>Title link:</b></td><td><input type="text" name="titleLink" id="titleLink" size="50" value="{$titleLink}"></td></tr> | ||
14 | <tr><td valign="top"><b>Timezone:</b></td><td valign="top">{$timezone_form}</td></tr> | 15 | <tr><td valign="top"><b>Timezone:</b></td><td valign="top">{$timezone_form}</td></tr> |
15 | 16 | ||
16 | <tr><td valign="top"><b>Redirector</b></td><td><input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"><br>(e.g. <i>http://anonym.to/?</i> will mask the HTTP_REFERER)</td></tr> | 17 | <tr><td valign="top"><b>Redirector</b></td><td><input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"><br>(e.g. <i>http://anonym.to/?</i> will mask the HTTP_REFERER)</td></tr> |
@@ -29,4 +30,4 @@ | |||
29 | </div> | 30 | </div> |
30 | {include="page.footer"} | 31 | {include="page.footer"} |
31 | </body> | 32 | </body> |
32 | </html> \ No newline at end of file | 33 | </html> |