コード例 #1
0
ファイル: Base.php プロジェクト: BackupTheBerlios/medick-svn
 protected function render_without_layout($template_file, $status)
 {
     $this->logger->debug('Rendering without layout...');
     return $this->render_text($this->template->render_file($template_file), $status);
 }