summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-15 11:39:56 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-15 11:39:56 +0000
commit83f5d82876e6b2102c2b5839b430f1d5f9a23ec1 (patch)
tree01fdcbf42575cd001bfd87af07b9ef1bd1ea8453 /index.php
parentd03872979756371aeff787bca107db9a88d7004a (diff)
downloadbrdo-83f5d82876e6b2102c2b5839b430f1d5f9a23ec1.tar.gz
brdo-83f5d82876e6b2102c2b5839b430f1d5f9a23ec1.tar.bz2
- Everything is using theme("function") now instead of $theme->function().
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
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();