diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-10-18 07:43:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-10-18 07:43:33 +0000 |
commit | 2d638e99b514bc3933ad196df0eb2406f8c58d17 (patch) | |
tree | 1f79b564fb4da4f4c4bde579feb9ab1a092ab35d /backend.php | |
parent | 801db51a1c29b2bd324404a31125b8be465f5bfd (diff) | |
download | brdo-2d638e99b514bc3933ad196df0eb2406f8c58d17.tar.gz brdo-2d638e99b514bc3933ad196df0eb2406f8c58d17.tar.bz2 |
* fixed minor bug
Diffstat (limited to 'backend.php')
-rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 8812d4b9d..0a2747da3 100644 --- a/backend.php +++ b/backend.php @@ -87,8 +87,8 @@ function adminMain() { print "<BR><BR>"; } -include "includes/backend.inc"; include "includes/theme.inc"; +include "includes/backend.inc"; $theme->header(); |