'yoga', 'theme' => JUZA_DIR, 'icon_dir' => JUZA_PATH . 'icon', 'admin_icon_dir' => 'template/yoga/icon/admin', 'mime_icon_dir' => JUZA_PATH . 'icon/mimetypes/', 'local_head' => '', ); global $user, $conf; $user["expand"] = true; /* Forced to assign subcategory links inside each category on index page */ if (!isset($conf['Juza_active'])) $conf['Juza_active'] = true; /* Missing = active */ /* No handlers at all or Open ? */ if ($conf['enable_plugins'] and $conf['Juza_active']) { include_once(JUZA_PATH.'include/functions.inc.php'); add_event_handler('loc_after_page_header', 'Juza_hook', 20); if (isset($_GET['Juza_config'])) { add_event_handler('loc_after_page_header', 'Juza_admin', 10); } } ?>