Changeset 23429 for trunk/themes
- Timestamp:
- Jun 21, 2013, 4:09:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/elegant/admin/admin.inc.php
r23277 r23429 11 11 if(isset($_POST['submit_elegant'])) 12 12 { 13 14 15 13 $config_send['p_main_menu']=(isset($_POST['p_main_menu']) and !empty($_POST['p_main_menu'])) ? $_POST['p_main_menu'] : 'on'; 14 $config_send['p_pict_descr']=(isset($_POST['p_pict_descr']) and !empty($_POST['p_pict_descr'])) ? $_POST['p_pict_descr'] : 'on'; 15 $config_send['p_pict_comment']=(isset($_POST['p_pict_comment']) and !empty($_POST['p_pict_comment'])) ? $_POST['p_pict_comment'] : 'off'; 16 16 17 18 17 $conf['elegant'] = serialize($config_send); 18 conf_update_param('elegant', pwg_db_real_escape_string($conf['elegant'])); 19 19 20 20 array_push($page['infos'], l10n('Information data registered in database'));
Note: See TracChangeset
for help on using the changeset viewer.