/**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_maintitle = '会員管理';
     $this->tpl_subtitle = "ポイント履歴";
     $this->tpl_mainno = 'customer';
     $this->tpl_subno = 'customer_total_point_history';
     $this->tpl_graphsubtitle = 'total/page_point_history_subtitle.tpl';
     $this->tpl_page_type = 'total/page_point_history.tpl';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
 }