Пример #1
0
 public function init()
 {
     parent::init();
     $this->view->headLink()->appendStylesheet(CST_Server_ServerStatic::getUrl() . '/css/productos.css');
     /* Initialize action controller here */
     $filter = new CST_Filter_SeoUrl();
     $this->view->breadcrumbs = 'Buscar &raquo ' . $this->_getParam('slugBusqueda', '');
 }
Пример #2
0
 public function init()
 {
     parent::init();
     $this->view->headLink()->appendStylesheet(CST_Server_ServerStatic::getUrl() . '/css/productos.css');
     $this->view->headScript()->appendFile(CST_Server_ServerStatic::getUrl() . '/scripts/producto.js');
     $this->view->params = $this->getRequest()->getParams();
     $this->view->listaMarcas = Application_Entity_Marca::listarMarcaSociadasProducto(5);
     $this->view->slugMarca = $this->_getParam('marca', '');
 }
Пример #3
0
 public function init()
 {
     parent::init();
     /* Initialize action controller here */
 }
Пример #4
0
 public function init()
 {
     parent::init();
     Zend_Layout::getMvcInstance()->setLayout('layout-simple');
 }
 public function init()
 {
     parent::init();
     /* Initialize action controller here */
     Zend_Layout::getMvcInstance()->setLayout('layout-simple');
 }
Пример #6
0
 public function init()
 {
     parent::init();
     $this->view->headLink()->appendStylesheet(CST_Server_ServerStatic::getUrl() . '/css/cotizacion.css');
 }