diff options
author | plegall <plg@piwigo.org> | 2006-06-13 20:16:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-06-13 20:16:31 +0000 |
commit | d2f1e0a64f7479469cbdb7496b07ca3e6ab82ecd (patch) | |
tree | 995b26b20d257042ce490b080b3d8c7c6050cc9a /install/config.sql | |
parent | 0535c346daf1bfc277de4c47bfb6d4d84545c421 (diff) |
bug 401 fixed: CSS identifier "theHeader" should not be part of the
parameter value.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1345 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/config.sql')
-rw-r--r-- | install/config.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index 6bd677fa6..b69a5ca5b 100644 --- a/install/config.sql +++ b/install/config.sql @@ -18,7 +18,7 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title',' INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('page_banner','<div id=\"theHeader\"><h1>PhpWebGallery demonstration site</h1><p>My photos web site</p></div>','html displayed on the top each page of your gallery'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('page_banner','<h1>PhpWebGallery demonstration site</h1><p>My photos web site</p>','html displayed on the top each page of your gallery'); -- Notification by mail INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail'); |