
| Path : /var/www/html/z_admin_cashtest/php/event/ |
| Current File : /var/www/html/z_admin_cashtest/php/event/skn.write.php |
<?php
# skin file
$skins = $skin->skin ( array ( 'frm' => 'FORM') , $skinfile ) ;
# get data
$info = array (
'mode' => 'insert' ,
'display_types' => script_array( $define_shop['°ø°³2'] , 1) ,
) ;
foreach( $define_shop['ºÐ·ù'] as $key=>$val ) {
$info['d1_category'] .= '<option value="' . $key . '">' . $val[0] . '</option>' ;
}
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
$hint['image'] = $image_hint ;
?>