コード例 #1
0
ファイル: ACTIONS.php プロジェクト: hatone/Nucleus-v3.64
 function parse_bloglist($template, $bnametype = '', $orderby = 'number', $direction = 'asc')
 {
     BLOG::showBlogList($template, $bnametype, $orderby, $direction);
 }