Home
last modified time | relevance | path

Searched refs:bez_tpl_include (Results 1 – 7 of 7) sorted by path

/plugin/bez/action/
H A Dbase.php45 public function bez_tpl_include($tpl_file='', $return=false) { function in action_plugin_bez_base
H A Ddefault.php289 $this->bez_tpl_include(str_replace('/', '', $this->get_action()));
/plugin/bez/cron/
H A Dfunctions.php119 $body = $action->bez_tpl_include('cron/weekly-message', true);
/plugin/bez/mdl/
H A DTask.php549 $task_box = $this->model->action->bez_tpl_include('task_box', true);
561 $content = $this->model->action->bez_tpl_include('mail/task', true);
H A DTask_comment.php94 $content = $this->model->action->bez_tpl_include('mail/task_comment', true);
H A DThread.php485 $thread_box = $this->model->action->bez_tpl_include('thread_box', true);
498 $content = $this->model->action->bez_tpl_include('mail/thread', true);
567 $content = $this->model->action->bez_tpl_include('mail/thread', true);
589 $content = $this->model->action->bez_tpl_include('mail/thread', true);
H A DThread_comment.php131 $content = $this->model->action->bez_tpl_include('mail/thread_comment', true);