"; ?> phpMyAdmin - <?php echo ($strTheme ? $strTheme : 'Theme / Style'); ?> } // end original theme screen */ if ($handleThemes = opendir($path_to_themes)) { // open themes while (false !== ($PMA_Theme = readdir($handleThemes))) { // get screens if ($PMA_Theme != "." && $PMA_Theme != "..") { // && !strstr($PMA_Theme,'original')) { // but not the original $screen_directory = $path_to_themes . $PMA_Theme; if (is_dir($screen_directory) && @file_exists($screen_directory.'/screen.png')) { // if screen exists then output ?>
phpMyAdmin -
 
ORIGINAL

'; echo '
Original - Theme'; echo '

'; ?>

' . strtoupper(preg_replace("/_/"," ",$PMA_Theme)) . '

'; echo '
' . strtoupper(preg_replace('; echo '

'; ?>