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 --- themes/example/example.theme | 7 +++---- themes/marvin/marvin.theme | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/example/example.theme b/themes/example/example.theme index e78ce60d5..a1984fb4f 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -22,7 +22,7 @@
- Logo? + @@ -191,9 +191,8 @@
- +

+

diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 05e761e59..4bab35078 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -145,7 +145,7 @@ [ ". theme_link(" | ") ." ]

\n"; + print "

[ ". theme_link(" | ") ." ]

". varaible_get(theme_footer, "") ."

\n"; ?> -- cgit v1.2.3