8 require_once(CH_DIRECTORY_PATH_CLASSES .
'ChWsbConfig.php');
32 $this->_bAutoapprove = $this->_oDb->getParam(
'ch_sites_autoapproval') ==
'on';
33 $this->_bComments = $this->_oDb->getParam(
'ch_sites_comments') ==
'on';
34 $this->_sCommentsSystemName =
"ch_sites";
35 $this->_bVotes = $this->_oDb->getParam(
'ch_sites_votes') ==
'on';
36 $this->_sVotesSystemName =
"ch_sites";
37 $this->_iPerPage = (int)$this->_oDb->getParam(
'ch_sites_per_page');