/** * Basic commands for displaying a auxiliaty layout * * @param $tpl * @return unknown_type */ function _default_light($tpl = '') { Tienda::load('TiendaSelect', 'library.select'); Tienda::load('TiendaGrid', 'library.grid'); $this->no_items = true; $this->no_state = true; $this->no_pagination = true; parent::_default($tpl); }
/** * Basic commands for displaying a auxiliaty layout * * @param $tpl * @return unknown_type */ function _default_light($tpl = '') { Citruscart::load('CitruscartSelect', 'library.select'); Citruscart::load('CitruscartGrid', 'library.grid'); $this->no_items = true; $this->no_state = true; $this->no_pagination = true; parent::_default($tpl); }