'PwgCarbon_dft', 'parent' => 'default', 'load_parent_css' => true, 'load_parent_local_head' => false, 'local_head' => 'local_head.tpl', 'icon_dir' => 'themes/PwgCarbon_dft/icon/', ); add_event_handler('get_categories_menu_sql_where', 'mic_get_categories_menu_sql_where', EVENT_HANDLER_PRIORITY_NEUTRAL, 3 ); if(!function_exists('mic_get_categories_menu_sql_where')) { function mic_get_categories_menu_sql_where($where){ global $page; $where = '1'; return $where; } } ?>