]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/configure.html
Adds a configuration variable "titleLink" which allows to customize the
[github/shaarli/Shaarli.git] / tpl / configure.html
index 62296cb2f5d96a9b7480dd0db94be0675499d438..2a433ad02edc49f7284b8fe19474c38cd8e89bb6 100644 (file)
@@ -11,6 +11,7 @@
 
            <tr><td><b>Page title:</b></td><td><input type="text" name="title" id="title" size="50" value="{$title}"></td></tr>
 
+           <tr><td><b>Title link:</b></td><td><input type="text" name="titleLink" id="titleLink" size="50" value="{$titleLink}"></td></tr>
            <tr><td valign="top"><b>Timezone:</b></td><td valign="top">{$timezone_form}</td></tr>
 
            <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 @@
 </div>
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>