skin_path 변경

This commit is contained in:
gnuboard
2013-01-18 10:00:12 +09:00
parent 2919314035
commit 7f41e68ddf
28 changed files with 41 additions and 57 deletions

View File

@ -14,7 +14,7 @@ function poll($skin_dir='basic', $po_id=false)
}
ob_start();
$poll_skin_path = $g4['path'].'/skin/poll/'.$skin_dir;
$poll_skin_path = skin_path().'/poll/'.$skin_dir;
include_once ($poll_skin_path.'/poll.skin.php');
$content = ob_get_contents();
ob_end_clean();