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
commit839d40b5fe6babcdbf46c91d4dad27e0de8e0f4d (patch)
tree4b41a97d7b8a393c2affae4800c7430a2ca222ce /browse_foreigners.php
parent74f34491b23224df256c37b6d048fb4448f3f446 (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 9cd365fcf8..4010dda575 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -95,7 +95,7 @@ if (isset($disp_row) && is_array($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[