コード例 #1
0
 /**
  * loop template
  * @param $loop_file
  */
 public static function the_loop($loop_file = 'content')
 {
     APF_Page_Templates::getInstance()->hw_the_loop($loop_file);
 }