예제 #1
0
 public function execute()
 {
     $this->setLayout(new photosDefaultFrontendLayout());
     parent::execute();
 }
예제 #2
0
 public function execute()
 {
     $this->setLayout(new shopFrontendLayout());
     parent::execute();
 }