From 1f28497fff9aa9287f45236f1a6e7e0ef8e38d31 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Fri, 26 Jun 2015 15:23:10 +0200 Subject: [PATCH] [add] option for define contact link --- index.php | 1 + tpl/page.footer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 991e1759..27f9e694 100644 --- a/index.php +++ b/index.php @@ -36,6 +36,7 @@ $GLOBALS['config']['externalThumbshot'] = ''; // Url for external thumbnailer // the last param must be a url $GLOBALS['config']['ENABLE_MARKDOWN'] = TRUE; $GLOBALS['config']['WALLABAG_URL'] = ''; +$GLOBALS['config']['contactLink'] = ''; // Define link for contact Example : http://example.com/contact.php or mailo:contact@example.com // ----------------------------------------------------------------------------------------------- // You should not touch below (or at your own risks !) // Optionnal config file. diff --git a/tpl/page.footer.html b/tpl/page.footer.html index b81cd6ef..294e4a4e 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html @@ -1,6 +1,6 @@ {if="$newversion"}
Shaarli {$newversion|htmlspecialchars} is available.