-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
switch ( $total['mode'] )
{
# Å»Åð
case 'out_up' : $phpfile = $total['design'] . '/act.out.php' ; break ;
case 'out_del' : $phpfile = $total['design'] . '/act.out.del.php' ; break ;
case 'out_view' : $phpfile = $total['design'] . '/skn.out.view.php' ; $skinfile = $total['design'] . '/out.view.html' ; break ;
case 'out_frm' : $phpfile = $total['design'] . '/skn.out.form.php' ; $skinfile = $total['design'] . '/out.form.html' ; break ;
case 'out' : $phpfile = $total['design'] . '/skn.out.php' ; $skinfile = $total['design'] . '/out.html' ; break ;
#
case 'pointact' : $phpfile = $total['design'] . '/act.point.php' ; break ;
case 'point' : $phpfile = $total['design'] . '/skn.point.php' ; $skinfile = $total['design'] . '/point.html' ; $total['view_skins'] = 'N' ; break ;
#
case 'delete' : $phpfile = $total['design'] . '/act.delete.php' ; break ;
case 'update' : $phpfile = $total['design'] . '/act.update.php' ; break ;
case 'modify' : $phpfile = $total['design'] . '/skn.modify.php' ; $skinfile = $total['design'] . '/modify.html' ; break ;
case 'view' : $phpfile = $total['design'] . '/skn.view.php' ; $skinfile = $total['design'] . '/view.html' ; break ;
default : $phpfile = $total['design'] . '/skn.list.php' ; $skinfile = $total['design'] . '/list.html' ; break ;
}
?>
Copyright © 2017 || Recoded By Mr.Bumblebee