사용하지 않는 skin_pat() 함수 제거

This commit is contained in:
gnuboard
2013-02-13 14:13:30 +09:00
parent 9a064af52c
commit fab133b24f

View File

@ -1661,15 +1661,6 @@ function get_selected($field, $value)
}
function skin_path()
{
global $g4;
$skin_path = $g4['path'].'/'.$g4['skin_dir'];
if (G4_IS_MOBILE) $skin_path = $g4['mobile_path'].'/'.$skin_dir;
return $skin_path;
}
function is_mobile()
{
return preg_match('/'.G4_MOBILE_AGENT.'/i', $_SERVER['HTTP_USER_AGENT']);