Revision 1745
Added by Dietmar about 12 years ago
save.php | ||
---|---|---|
154 | 154 |
} |
155 | 155 |
|
156 | 156 |
$allow_tags_in_fields = array('website_header', 'website_footer','website_signature'); |
157 |
$allow_empty_values = array('website_header','website_footer','sec_anchor','pages_directory','page_spacer','website_signature,page_icon_dir');
|
|
157 |
$allow_empty_values = array('website_header','website_footer','pages_directory','page_spacer','website_signature,page_icon_dir'); |
|
158 | 158 |
$disallow_in_fields = array('pages_directory', 'media_directory','wb_version'); |
159 | 159 |
|
160 | 160 |
// Query current settings in the db, then loop through them and update the db with the new value |
... | ... | |
185 | 185 |
$value=$file_mode; |
186 | 186 |
$passed = true; |
187 | 187 |
break; |
188 |
case 'sec_anchor': |
|
189 |
$value=(($value=='') ? 'section_' : $value); |
|
190 |
$passed = true; |
|
188 | 191 |
case 'pages_directory': |
189 | 192 |
break; |
190 | 193 |
case 'wbmailer_smtp_auth': |
Also available in: Unified diff
! add div container in page_content for each sections,
! update droplets SectionPicker, ShowWysiwyg and ShowRandomWysiwyg
! put sec_anchor in this div, sec_anchor fixed in all found files
sec_anchor default now set to "section_",
sec_anchor can't be empty for future developement