feature 2413 added: move gallery_url configuration parameter from database to

local configuration file.


git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2011-08-22 17:14:13 +00:00
parent 24ab1e2467
commit 58b18bff0f
37 changed files with 122 additions and 41 deletions
-1
View File
@@ -327,7 +327,6 @@ switch ($page['section'])
array(
'CONF_GALLERY_TITLE' => htmlspecialchars($conf['gallery_title']),
'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']),
'CONF_GALLERY_URL' => $conf['gallery_url'],
'week_starts_on_options' => array(
'sunday' => $lang['day'][0],
'monday' => $lang['day'][1],