예제 #1
0
 function BxBaseCategories()
 {
     parent::BxDolCategories();
     $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'));
 }
예제 #2
0
 function BxBaseCategories()
 {
     parent::BxDolCategories();
     $this->_sCategTmplName = 'view_categ.html';
     $this->_sCategTmplContent = '';
 }