From 8f1bb568964ea10dba174c1e8dc9d19917682f10 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 23 Nov 2005 16:56:16 +0000 Subject: - moved styles into css - no need for javascript for theme selection --- themes.php | 111 ++++++++++++++++++++++--------------------------------------- 1 file changed, 40 insertions(+), 71 deletions(-) (limited to 'themes.php') diff --git a/themes.php b/themes.php index b9348d6355..fcda420fb1 100644 --- a/themes.php +++ b/themes.php @@ -13,89 +13,58 @@ require_once('./libraries/header_http.inc.php'); $page_title = 'phpMyAdmin - ' . $strTheme; require('./libraries/header_meta_style.inc.php'); ?> - - - - - - - - - - +

phpMyAdmin -

+ - - - - - - - - - - + +

+ <?php echo htmlspecialchars( $theme_name ); ?>
+ [ ]
+

+ -
phpMyAdmin -
- ' . htmlspecialchars($theme_name) . ''; - ?> -
-- cgit v1.2.3