Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
30d4cd3302
@ -588,12 +588,12 @@ class PMA_Header
|
||||
$retval .= '<link rel="stylesheet" type="text/css" href="'
|
||||
. $basedir . 'print.css" />';
|
||||
} else {
|
||||
$retval .= '<link rel="stylesheet" type="text/css" href="'
|
||||
. $theme_path . '/jquery/jquery-ui-1.9.2.custom.css" />';
|
||||
$retval .= '<link rel="stylesheet" type="text/css" href="'
|
||||
. $basedir . 'phpmyadmin.css.php'
|
||||
. $common_url . '&nocache='
|
||||
. $theme_id . $GLOBALS['text_dir'] . '" />';
|
||||
$retval .= '<link rel="stylesheet" type="text/css" href="'
|
||||
. $theme_path . '/jquery/jquery-ui-1.9.2.custom.css" />';
|
||||
}
|
||||
|
||||
return $retval;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user