From d32216f8b6cfca4901ad31f634bb6b846c832f48 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Apr 2001 19:29:27 +0000 Subject: - added new variable: theme_footer which can be used to provide a footer message like a copyright notice. Themes should use this! - small improvement to example theme - added theme_footer to theme marvin - small improvement to database.inc --- modules/settings.module | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/settings.module b/modules/settings.module index 3cdb70233..2dad1d72d 100644 --- a/modules/settings.module +++ b/modules/settings.module @@ -23,10 +23,6 @@ function settings_conf() { $output .= "
\n"; $output .= "The name displayed for anonymous users.

\n"; - $output .= "Default theme:
\n"; - foreach ($themes as $key=>$value) $options1 .= "\n"; - $output .= "
\n"; - $output .= "The default theme displayed for anonymous users.

\n"; $output .= "


\n"; $output .= "

Comment settings

\n"; @@ -68,6 +64,18 @@ function settings_conf() { $output .= "$options1
\n"; + $output .= "The default theme displayed for anonymous users.

\n"; + + $output .= "Footer message:
\n"; + $output .= "
\n"; + $output .= "This text will be displayed at the bottom of each page. Useful to add a copyright notice to your pages.

\n"; + $output .= "


\n"; return $output; -- cgit v1.2.3