get rid of propicon
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* theme test
|
||||
*
|
||||
* @uses libraries/common.lib.php global fnctions
|
||||
* @package phpMyAdmin-test
|
||||
*/
|
||||
|
||||
chdir( '..' );
|
||||
@@ -31,9 +32,9 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="../css/phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=right&nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
|
||||
href="../phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=right&nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
|
||||
<link rel="stylesheet" type="text/css" media="print"
|
||||
href="../css/print.css?<?php echo PMA_generate_common_url(); ?>" />
|
||||
href="../print.css" />
|
||||
<script src="../js/functions.js" type="text/javascript"
|
||||
language="javascript"></script>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user