예제 #1
0
파일: OrderList.php 프로젝트: kingsj/core
 /**
  * Get pages templates
  *
  * @return array
  */
 protected function getPageTemplates()
 {
     $list = parent::getPages();
     $list['default'] = 'order/list.tpl';
     return $list;
 }
예제 #2
0
 /**
  * Get pages sections
  *
  * @return array
  */
 public function getPages()
 {
     $list = parent::getPages();
     $list['default'] = static::t('Orders');
     return $list;
 }