Bernd Wurst commited on 2012-03-11 21:09:58
Zeige 1 geänderte Dateien mit 0 Einfügungen und 1 Löschungen.
... | ... |
@@ -26,7 +26,6 @@ if ($title) |
26 | 26 |
else |
27 | 27 |
echo "<title>Administration</title>"; |
28 | 28 |
?> |
29 |
-<link rel="stylesheet" href="<?php echo $BASE_PATH; ?>css/default.css" type="text/css" media="screen" title="Normal" /> |
|
30 | 29 |
<link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" /> |
31 | 30 |
<link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" /> |
32 | 31 |
<?php echo $html_header; ?> |
33 | 32 |