Changeset 1345 for branches/branch-1_6
- Timestamp:
- Jun 13, 2006, 10:16:31 PM (18 years ago)
- Location:
- branches/branch-1_6
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/install/config.sql
r1105 r1345 19 19 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled'); 20 20 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors'); 21 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');21 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'); 22 22 23 23 -- Notification by mail -
branches/branch-1_6/install/upgrade_1.5.0.php
r1311 r1345 395 395 list($d) = array_from_query($query, 'value'); 396 396 397 $page_banner='< div id="theHeader"><h1>'.$t.'</h1><p>'.$d.'</p></div>';397 $page_banner='<h1>'.$t.'</h1><p>'.$d.'</p>'; 398 398 $page_banner=addslashes($page_banner); 399 399 $query = ' -
branches/branch-1_6/template/yoga/header.tpl
r1304 r1345 31 31 <div id="the_page"> 32 32 33 {PAGE_BANNER} 33 <div id="theHeader">{PAGE_BANNER}</div>
Note: See TracChangeset
for help on using the changeset viewer.