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:
authorMarc Delisle <marc@infomarc.info>2008-01-05 16:33:05 +0300
committerMarc Delisle <marc@infomarc.info>2008-01-05 16:33:05 +0300
commit603e566c0d9b2471a762a5b21ab55d317a40e389 (patch)
tree6b37a3d25e30bc99822a45df882ffe8ad3348ce8 /browse_foreigners.php
parentdafe790a10789226ce0b56c8800067f5e8e2feb1 (diff)
bug #1864468 [display] Theme does not switch to darkblue_orange
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index 65010670c0..ed04583dc3 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -94,7 +94,7 @@ if (is_array($foreignData['disp_row'])) {
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" type="text/css"
- href="phpmyadmin.css.php?<?php echo PMA_generate_common_url('', ''); ?>&amp;js_frame=right&amp;nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
+ href="phpmyadmin.css.php?<?php echo PMA_generate_common_url('', ''); ?>&amp;js_frame=right&amp;nocache=<?php echo $_SESSION['PMA_Config']->getThemeUniqueValue(); ?>" />
<script src="./js/functions.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[