Esempio n. 1
0
 private function fullGallery()
 {
     //if there aren't images, we don't render anything
     if (!$this->imgsOrder) {
         return false;
     }
     //if is shop, go to its page to render
     if ($this->isShop) {
         shop::itemPageForShop();
     } else {
         $this->render($this->levelAccess ? 'editor/viewSortable' : '_view', array('arrItems' => $this->setItems()));
     }
 }