less CSS
This commit is contained in:
parent
99b13e9bd6
commit
79a04b2f1a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue