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. --- modules/account.module | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/account.module') diff --git a/modules/account.module b/modules/account.module index fe654f5a6..56ad34737 100644 --- a/modules/account.module +++ b/modules/account.module @@ -32,6 +32,11 @@ function account_help() { access control | account listings | search account | add account | overview | help
"; + print "access control | add new account | account listings | search account | overview | help
"; $query = $query ? $query : 0; $name = $name ? $name : $edit[name]; -- cgit v1.2.3