Index: branches/5.2.x/core/units/general/general_config.php =================================================================== diff -u -N -r16286 -r16388 --- branches/5.2.x/core/units/general/general_config.php (.../general_config.php) (revision 16286) +++ branches/5.2.x/core/units/general/general_config.php (.../general_config.php) (revision 16388) @@ -1,6 +1,6 @@ 'm', - 'EventHandlerClass' => Array ('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'), -// 'TagProcessorClass' => Array ('class' => 'kMainTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), +$config = Array ( + 'Prefix' => 'm', + 'EventHandlerClass' => Array ('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'), +// 'TagProcessorClass' => Array ('class' => 'kMainTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), - 'QueryString' => Array ( - 1 => 'cat_id', - 2 => 'cat_page', - 3 => 'lang', - 4 => 'theme', - 5 => 'opener', - 6 => 'wid', - ), + 'QueryString' => Array ( + 1 => 'cat_id', + 2 => 'cat_page', + 3 => 'lang', + 4 => 'theme', + 5 => 'opener', + 6 => 'wid', + ), - 'TitleField' => 'CachedNavbar', - 'TitlePhrase' => 'la_Text_Category', - 'CatalogTabIcon' => 'icon16_section.png', - 'ItemType' => 1, - 'TableName' => TABLE_PREFIX . 'Categories', + 'TitleField' => 'CachedNavbar', + 'TitlePhrase' => 'la_Text_Category', + 'CatalogTabIcon' => 'icon16_section.png', + 'ItemType' => 1, + 'TableName' => TABLE_PREFIX . 'Categories', - 'CatalogItem' => true, + 'CatalogItem' => true, - 'PortalStyleEnv' => true, + 'PortalStyleEnv' => true, - 'RewritePriority' => 100, - 'RewriteListener' => 'c_EventHandler:CategoryRewriteListener', + 'RewritePriority' => 100, + 'RewriteListener' => 'c_EventHandler:CategoryRewriteListener', - 'PermTabText' => 'In-Portal', - 'ViewMenuPhrase' => 'la_text_Categories', - 'PermSection' => Array ('search' => 'in-portal:configuration_search', 'custom' => 'in-portal:configuration_custom'), - ); + 'PermTabText' => 'In-Portal', + 'ViewMenuPhrase' => 'la_text_Categories', + 'PermSection' => Array ('search' => 'in-portal:configuration_search', 'custom' => 'in-portal:configuration_custom'), +);