Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->_sCategTmplName = 'view_categ.html';
     $this->_sCategTmplContent = '';
     $this->_aOrderValues = array('none' => _t('_categ_order_none'), 'popular' => _t('_categ_order_popular'), 'recent' => _t('_categ_order_recent'));
 }