-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/admin-1/php/board/
File Upload :
Current File : /var/www/html/admin-1/php/board/skn.category.php

<?php

	if( $total['options']['category'] == 'on' )
	{

		$skins = $skin->skin ( array (
									'frm'			=> 'FORM' ,
									'rep'			=> 'REPEAT'
								) , $skinfile ) ;

		$execute = $exe->qry_one( " from tbl_{$total[table]}_category WHERE keycode='{$total[code]}' order by sequence asc " , " numid, keycode , sequence , board_name , fixed_board , hide_board ");
		while ( $rs = $exe->fetch($execute) ) {
			$info['repeat'].= str_foreach( $rs, 'RS', $skins['rep'] );
		}

		$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
	}
	else
		script_re($total['cmnall'], ' Áö¿øÇÏÁö ¾Ê´Â ±â´ÉÀÔ´Ï´Ù. ');
?>

Copyright © 2017 || Recoded By Mr.Bumblebee