array(), // Unix name from filesystem 'theme_name' => array() // Title ); // Load all themes while ($content = SQL_FETCHARRAY($result)) { // Load it's theme.php file $INC = sprintf("theme/%s/theme.php", SQL_ESCAPE($content['theme_path'])); if (INCLUDE_READABLE($INC)) { // And save all data in array LOAD_INC($INC); $themesArray['theme_unix'][] = $content['theme_path']; $themesArray['theme_name'][] = $GLOBALS['theme_data']['name']; } // END - if } // END - while // Sort whole array by title array_pk_sort($themesArray, array("theme_name")); // Construct selection form for the box template $OUT = ""; foreach ($themesArray['theme_unix'] as $key => $theme) { $OUT .= "