bug #1334963 Per-server themes - left frame colors unthemed

This commit is contained in:
Sebastian Mendel
2005-10-27 08:57:00 +00:00
parent 2157d7390d
commit 82e144529b
4 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ if ($text_dir == 'ltr') {
<head>
<title><?php echo $strSQLResult; ?> - phpMyAdmin <?php echo PMA_VERSION ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?lang=<?php echo $lang; ?>&amp;js_frame=print" />
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=print" />
</style>
</head>