Ejemplo n.º 1
0
 public function execute()
 {
     $this->setLayout(new photosDefaultFrontendLayout());
     parent::execute();
 }
Ejemplo n.º 2
0
 public function execute()
 {
     $this->setLayout(new shopFrontendLayout());
     parent::execute();
 }