From 192f33353b99a80d2b8c20771c48e195e7170c08 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 17 Jan 2009 22:13:31 +0000 Subject: Title harmonization in the scope of Piwigo website integration. $conf['reverse_home_title'] is false by default. On reverse_home_title = true, only index page will reverse its title. Compare to prior releases all titles are reversed. git-svn-id: http://piwigo.org/svn/branches/2.0@3090 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 08ce667cc..0ef4811f8 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -221,6 +221,10 @@ $conf['links'] = array(); // ); $conf['random_index_redirect'] = array(); +// reverse_home_title: if Piwigo is your home page for a better robot index +// we recommend to set it true (Only index page will reverse its title) +$conf['reverse_home_title'] = false; + // List of notes to display on all header page // example $conf['header_notes'] = array('Test', 'Hello'); $conf['header_notes'] = array(); -- cgit v1.2.3