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
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 /phpmyadmin.css.php
parent1536df705090a55a2986eefc9e91e87c6cafbe18 (diff)
Merged CSS stylesheets
Diffstat (limited to 'phpmyadmin.css.php')
-rw-r--r--phpmyadmin.css.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpmyadmin.css.php b/phpmyadmin.css.php
index 550d963611..8158ec184e 100644
--- a/phpmyadmin.css.php
+++ b/phpmyadmin.css.php
@@ -8,8 +8,6 @@
/**
*
*/
-// sometimes, we lose $_REQUEST['js_frame']
-define('PMA_FRAME', (! empty($_REQUEST['js_frame']) && is_string($_REQUEST['js_frame'])) ? $_REQUEST['js_frame'] : 'right');
define('PMA_MINIMUM_COMMON', true);
require_once 'libraries/common.inc.php';
@@ -30,5 +28,5 @@ header('Content-Type: text/css; charset=UTF-8');
// file is reloaded when config changes
header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 3600) . ' GMT');
-$_SESSION['PMA_Theme_Manager']->printCss(PMA_FRAME);
+$_SESSION['PMA_Theme_Manager']->printCss();
?>