admin_login_check(); $pages->page_redir(); /* Assigning page and subpage */ if(!defined('MAIN_PAGE')){ define('MAIN_PAGE', 'Videos'); } if(!defined('SUB_PAGE')){ define('SUB_PAGE', 'Notification settings'); } if($_POST['update_notification']) { $rows = array( 'notification_option'); foreach($rows as $field) { $value = $_POST[$field]; $myquery->Set_Website_Details($field,$value); } e("Notification Settings Have Been Updated",'m'); subtitle("Notification Settings"); } $row = $myquery->Get_Website_Details(); assign('row',$row); template_files('notification_settings.html'); display_it(); ?>