This commit is contained in:
Tóth Richárd
2018-09-15 15:39:16 +02:00
parent 180e9af3ff
commit edd39eeae3
6 changed files with 39 additions and 21 deletions

View File

@@ -38,12 +38,16 @@ if ($this->is_id()) {
header('Location: /admin/' . $new_setting->get_setv_varchar());
}
elseif ($new_setting->get_setv_setting()->get_set_setting_type_st_id() == 4) {
}
$smarty->assign("setting", $new_setting);
$smarty->display("setting_data_edit.tpl");
}
else {
# BEÁLLÍTÁSOK
@@ -66,4 +70,4 @@ else {
}
?>
?>