From 3d73a48edcf62bed0033fcea1aebcedb23e7c197 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 17 Jun 2001 20:35:48 +0000 Subject: - Merged "system settings" and "module settings" into one page. IMHO it wasn't a good idea to split them up in first place, and it turned out to be quite hard to decide where to put some variables. Also moved some variables around and even renamed a few variables while doing so. - Added a page_header() and page_footer() to all top-level .php pages. --- module.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module.php') diff --git a/module.php b/module.php index 13aca87e2..ac6d50852 100644 --- a/module.php +++ b/module.php @@ -3,7 +3,9 @@ include_once "includes/common.inc"; page_header(); + module_invoke($mod, "page"); + page_footer(); ?> -- cgit v1.2.3