-=[ Mr. Bumblebee ]=-
_Indonesia_
<?
if ( !isset($_GET['pos']) || empty($_GET['pos']))
script_close('À߸øµÈ Á¢±Ù');
// position -- (fix) e:emblem , s:sponsor , p:patch , n:number , t:teamname , i:initial
$option_conf = select_option_conf($_GET['pos']) ;
if ( $option_conf === false ) script_close('À߸øµÈ Á¢±Ù:À¯È¿ÇÏÁö¾ÊÀº ÄÚµå');
# skin file
$skins = $skin->skin ( array ( 'frm' => 'FORM' ) , $skinfile ) ;
$tabinfo['top_tabs'] = '' ;
$nopt = empty($_GET['opt']) ? $option_conf[0] : $_GET['opt'] ;
foreach ( $option_conf as $v ) {
if ( $v == $nopt )
$tabinfo['top_tabs'] .= '<li><a href="javascript:;" onclick="change_option_tabgroup(this.children[0],\'' . $v . '\');"><img src="/img/shop_option/' . $options_code_img[$v] . '_o.gif" name="top_option_tabgroup"></a></li>' ;
else
$tabinfo['top_tabs'] .= '<li><a href="javascript:;" onclick="change_option_tabgroup(this.children[0],\'' . $v . '\');"><img src="/img/shop_option/' . $options_code_img[$v] . '.gif" name="top_option_tabgroup"></a></li>' ;
}
$tabinfo['nopt'] = $nopt ;
$tabinfo['pos'] = $_GET['pos'] ;
// ÇöÀç º¸¿©Áö´Â ¼±ÅÃâ(½ºÅ²)
$tabinfo['iframe'] = '/product/?code=' . $total['code'] . '&mode=design_' . $nopt ;
$result = str_foreach ( $tabinfo , 'INFO' , $skins['frm'] ) . $result ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee