This commit is contained in:
Roland Gruber 2009-08-23 12:53:40 +00:00
parent 99b13e9bd6
commit 79a04b2f1a
1 changed files with 1 additions and 3 deletions

View File

@ -147,9 +147,7 @@ function display_main() {
echo $_SESSION['header'];
echo ("<title>OU-Editor</title>\n");
echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/layout.css\">\n");
for ($i = 0; $i < sizeof($types); $i++) {
echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/type_" . $types[$i] . ".css\">\n");
}
echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/type_user.css\">\n");
echo ("</head>\n");
echo ("<body>\n");
echo "<script type=\"text/javascript\" src=\"wz_tooltip.js\"></script>\n";