8 require_once(CH_DIRECTORY_PATH_CLASSES .
'ChWsbConfig.php');
41 $this->_iAnimationSpeed =
'normal';
43 $this->sUserExFile =
'blogs.php';
44 $this->sAdminExFile =
'post_mod_blog.php';
45 $this->sUserExPermalink =
'blogs/';
47 $this->iTopTagsCnt = 20;
49 $this->iPerPageElements = (int)
getParam(
'blog_step');
50 $this->iPerPageElementsHome = (int)
getParam(
'max_blogs_on_home');
51 $this->iPerPageElementsProfile = (int)
getParam(
'max_blogs_on_profile');
52 $this->iPerPageElementsIndex = (int)
getParam(
'max_blogs_on_index');
54 $this->sSQLCategoriesTable =
'sys_categories';
55 $this->sSQLPostsTable =
'ch_blogs_posts';
56 $this->sSQLBlogsTable =
'ch_blogs_main';
58 $this->_sCommentSystemName = $this -> _sRateSystemName = $this -> _sViewSystemName =
'ch_blogs';