
| Path : /var/www/html/admin/idx/ |
| Current File : /var/www/html/admin/idx/siteset_code.php |
<?php
switch ( $total['mode'] )
{
case 'update' : $phpfile = $total['design'] . '/act.update.php' ; $total['view_skins'] = 'X' ; break ;
default : $phpfile = $total['design'] . '/skn.form.php' ; $skinfile = $total['design'] . '/form.html' ; break;
}
?>