tpl_mainpage = 'error.tpl'; $this->tpl_column_num = 1; $this->tpl_title = 'エラー'; } /** * Page のプロセス。 * * @return void */ function process() { parent::process(); } /** * デストラクタ. * * @return void */ function destroy() { parent::destroy(); } } ?>