예제 #1
0
파일: pages.php 프로젝트: ZerGabriel/cms-1
 public function on_page_load()
 {
     parent::on_page_load();
     $page = $this->get_current_page();
     if (!$page instanceof Model_Page_Front) {
         $this->_ctx->throw_404(__('Selected page in widget :widget_name not found', array(':widget_name' => $this->name)));
     }
 }
예제 #2
0
파일: search.php 프로젝트: ZerGabriel/cms-1
 public function on_page_load()
 {
     parent::on_page_load();
     $this->count_total();
 }