From 83f5d82876e6b2102c2b5839b430f1d5f9a23ec1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 15 Feb 2003 11:39:56 +0000 Subject: - Everything is using theme("function") now instead of $theme->function(). --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index a31d94bd4..42bd3dc66 100644 --- a/index.php +++ b/index.php @@ -26,8 +26,8 @@ else { module_invoke(variable_get("site_frontpage", "node"), "page"); } else { - $theme->header(); - $theme->footer(); + theme("header"); + theme("footer"); } page_footer(); -- cgit v1.2.3