aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-10-07 23:25:42 +0000
committerplegall <plg@piwigo.org>2005-10-07 23:25:42 +0000
commit1f594dc148ce24c5d6c10f7af99504f278876996 (patch)
tree160c508bc6cefa7c506193159cfe2a4a1b1289fc /include
parentf9baa625b6590a4cebcbc69c0486bb8764c163fb (diff)
- modification: configuration parameters gallery_title and
gallery_description are GUI managed in Administration>Configuration>General - bug fixed: configuration parameters (use|show)_(exif|iptc) and authorize_remembering should have been deleted from config table some time ago. git-svn-id: http://piwigo.org/svn/trunk@882 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/config_default.inc.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index c25bb76fc..e0c047f42 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -167,12 +167,6 @@ $conf['allow_random_representative'] = false;
// category and element description.
$conf['allow_html_descriptions'] = true;
-// gallery_title : Title at top of each page and for RSS feed
-$conf['gallery_title'] = 'PhpWebGallery demonstration site';
-
-// gallery_description : Short description displayed with gallery title
-$conf['gallery_description'] = 'My photos web site';
-
// galery_url : URL given in RSS feed
$conf['gallery_url'] = 'http://demo.phpwebgallery.net';