예제 #1
0
 /**
  * @param string $template
  * @param array $_template_vars
  */
 function the_module_template($template, $_template_vars = array())
 {
     WPLib::the_module_template($template, $_template_vars, $this->owner);
 }