Index: trunk/core/kernel/application.php =================================================================== diff -u -r1604 -r1647 --- trunk/core/kernel/application.php (.../application.php) (revision 1604) +++ trunk/core/kernel/application.php (.../application.php) (revision 1647) @@ -165,7 +165,7 @@ if( !$this->GetVar('m_theme') ) $this->SetVar('m_theme', $this->GetDefaultThemeId() ); $this->SetVar('theme.current_id', $this->GetVar('m_theme') ); - if ( $this->GetVar('m_cat_id') === false ) $this->SetVar('m_cat_id', 2); //need to rewrite + if ( $this->GetVar('m_cat_id') === false ) $this->SetVar('m_cat_id', 3); //need to rewrite if( !$this->RecallVar('UserGroups') ) {