* fixed minor bug

3-00
Dries Buytaert 2000-10-18 07:43:33 +00:00
parent 801db51a1c
commit 2d638e99b5
2 changed files with 1 additions and 2 deletions

View File

@ -87,8 +87,8 @@ function adminMain() {
print "<BR><BR>";
}
include "includes/backend.inc";
include "includes/theme.inc";
include "includes/backend.inc";
$theme->header();

View File

@ -1,6 +1,5 @@
<?
include "includes/function.inc";
class backend {