From 8213f5b2627a6b63db9f84b572918bd7e3254dff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 6 Apr 2001 14:14:16 +0000 Subject: A lot of small changes (search-n-replace) make a big commit: - fixed update bug in book.module - provide a log message when both adding and updating book pages - all configurable variables are now accessed through "variable_get()": - rewrote watchdog and submission throttle and removed watchdog.inc - improved robustness of sections.inc - imporved story.module - updated ./database/database.sql --- themes/example/example.theme | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'themes/example/example.theme') diff --git a/themes/example/example.theme b/themes/example/example.theme index e6ee46cf0..e78ce60d5 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -12,13 +12,11 @@ class Theme { function header() { - global $site_name; - ?> - <? echo $site_name; ?> + <? echo variable_get(site_name, "drupal"); ?> -- cgit v1.2.3