function getBlockCode_All($iBlockId) { $oCateg = new BxBaseCategories(); $oCateg->getTagObjectConfig(); $this->_aParam['common'] = false; return array($oCateg->display($this->_aParam, $iBlockId, '', true, getParam('categ_show_columns'), $this->_sUrl), array(), array(), $this->_sTitle); }
function BxTemplCategories() { parent::BxBaseCategories(); }
function __construct() { parent::__construct(); }