示例#1
0
 public function init()
 {
     $this->icon = 'fa-folder-open';
     $this->title = 'Lists';
     $this->subTitle = 'Lists';
     parent::init();
     // custom initialization code goes here
 }
 public function init()
 {
     $this->layout = '/admin';
     $this->icon = 'fa-folder-open';
     $this->title = 'Messages';
     $this->subTitle = 'Messages';
     parent::init();
     // custom initialization code goes here
 }