Пример #1
0
 /**
  * @param string $template
  * @param array $_template_vars
  */
 function the_app_template($template, $_template_vars = array())
 {
     WPLib::the_app_template($template, $_template_vars, $this->owner);
 }