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 » ' . $this->_getParam('slugBusqueda', ''); }
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', ''); }
public function init() { parent::init(); /* Initialize action controller here */ }
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'); }
public function init() { parent::init(); $this->view->headLink()->appendStylesheet(CST_Server_ServerStatic::getUrl() . '/css/cotizacion.css'); }