From 1f0565806b1809b4c0c0a157f7fbfb4ac611e16a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Apr 2001 17:01:32 +0000 Subject: - improved submit.php: it now uses the new category code, incl content bindings. You can setup different "categories" which map on a content type. Example: review -> review.module article -> story.module column -> story.module announc. -> story.module addons -> file.module themes -> file.module - "generalised" story.module and book.module's output. - fixed bug in includes/timer.inc - fixed glitch in theme example.theme: it said "$how by" but the variable $how has never been declared. - added "drupal development settings" to display some timings - more work on the categories/topics -> does NOT work yet --- modules/settings.module | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'modules/settings.module') diff --git a/modules/settings.module b/modules/settings.module index ff7cc72bf..8fdd27276 100644 --- a/modules/settings.module +++ b/modules/settings.module @@ -19,11 +19,14 @@ function settings_conf() { $output .= "
\n"; $output .= "The fully qualified URL of this website: starts with \"http://\" and ends with a trailing slash!

\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 .= "Anonymous user:
\n"; $output .= "
\n"; $output .= "The name displayed for anonymous users.

\n"; - $output .= "


\n"; $output .= "

Comment settings

\n"; @@ -72,10 +75,6 @@ function settings_conf() { $output .= "
\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"; $output .= "

Development settings

\n"; -- cgit v1.2.3