render('catalog'); } public function actionItemCardOpen(){ return $this->render('item-card-open'); } public function actionCategory(){ return $this->render('category'); } public function actionManufacturers(){ return $this->render('manufacturers'); } public function actionContacts(){ return $this->render('contacts'); } public function actionDelivery(){ return $this->render('delivery'); } }