コード例 #1
0
ファイル: manager.php プロジェクト: Netsoro/gdnlteamgroup
 public function renderSubmitMetabox()
 {
     $template = mvb_Model_Template::retrieveSub('SUBMIT_METABOX', $this->template);
     return mvb_Model_Manager_SubmitMetabox::render($template, $this);
 }