Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-05-18 22:14:09 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-18 22:14:09 +0400
commit933ad7102194f36be27af58e1e6486ecaac55232 (patch)
tree5e0ea737e7d89b51d690daca6f994b7f8a823bb1 /test
parent1536df705090a55a2986eefc9e91e87c6cafbe18 (diff)
Merged CSS stylesheets
Diffstat (limited to 'test')
-rw-r--r--test/theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/theme.php b/test/theme.php
index 56e0630779..d6aa6f7851 100644
--- a/test/theme.php
+++ b/test/theme.php
@@ -25,10 +25,10 @@ header('Content-Type: text/html; charset=utf-8');
<html lang="<?php echo $lang_iso_code; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
<title>phpMyAdmin <?php echo PMA_VERSION; ?> -
- <?php echo htmlspecialchars($HTTP_HOST); ?> - Theme Test</title>
+ <?php echo htmlspecialchars($_SERVER['HTTP_HOST']); ?> - Theme Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css"
- href="../phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;js_frame=right&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
+ href="../phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
<link rel="stylesheet" type="text/css" media="print"
href="../print.css" />
<script src="../js/jquery/jquery-1.6.2.js" type="text/javascript"></script>