$name) { if ($id === 'default' || (is_dir("$themesDir/$id") && file_exists("$themesDir/$id/config.php"))) { $themes[$id] = $name; } } return $themes; } } // Initialize the theme system Theme::init();