function __construct($sMode = '', $aParams = array())
 {
     $this->sModule = 'bx_timeline';
     parent::__construct($sMode, $aParams);
     $this->aCurrent['title'] = _t('_bx_timeline_page_block_title_browse_cmts');
     $this->aCurrent['table'] = $this->oModule->_oConfig->getDbPrefix() . 'comments';
 }
 function __construct($sMode = '', $aParams = array())
 {
     $this->sModule = 'bx_albums';
     parent::__construct($sMode, $aParams);
     $this->aCurrent['title'] = _t('_bx_albums_page_block_title_browse_cmts_media');
     $this->sModuleObjectComments = $this->oModule->_oConfig->CNF['OBJECT_COMMENTS_MEDIA'];
     $this->aCurrent['name'] = $this->oModule->_oConfig->getName() . '_cmts_media';
     $this->aCurrent['table'] = $this->oModule->_oConfig->getDbPrefix() . 'cmts_media';
 }
 function __construct($sMode = '', $aParams = array())
 {
     $this->sModule = 'bx_albums';
     parent::__construct($sMode, $aParams);
     $this->aCurrent['title'] = _t('_bx_albums_page_block_title_browse_cmts');
 }