']); echo '

'.$l['adv_software_head'].'

'; if(!empty($admintag_catwise)){ echo '
'; error_handle($error); if(!empty($saved)){ echo '
'.$l['settings_saved'].'
'; } if(!empty($reset)){ echo '
'.$l['settings_reset'].'
'; } //r_print($adv_software); //r_print($admintag_catwise); //Showing All scripts Category wise foreach($admintag_catwise as $ak => $av){ echo '
'; echo '
'.$l['cat_'.$ak.'_'.$kk].' '.$l['enable'].' '.$l['default'].' '.$l['editable'].'
'; foreach($av as $kk => $vv){ if(empty($av[$kk])) continue; foreach($vv as $k => $v){ $branches = list_branches($k); // r_print($v); echo ''; foreach($v as $dk => $dv){ //r_print($dv); $tmp = array(); echo ''; } echo '
'.((empty($scripts[$k]['parent']) && !empty($branches) && count($branches) > 1) ? ' ' : '').'
'.$dv['head'].' '; // Is it a checkbox or textbox or textarea ? if(preg_match('/^'; } echo '
'; } } echo'

'.csrf_display().'

'; } echo '
'; }else{ echo '

'.$l['no_results'].'

'; } echo '
'; softfooter(); } ?>