summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-11-01 11:00:51 +0000
committerDries Buytaert <dries@buytaert.net>2001-11-01 11:00:51 +0000
commit336b713a5f1807d9f144fb2dc375bbc8479ffa5d (patch)
tree8a80bd1ee4ea3b7f6a851f47d2f021edf738f10a /index.php
parentaafedfb367b2b2ec18b1bc30beb309cc3fae0858 (diff)
downloadbrdo-336b713a5f1807d9f144fb2dc375bbc8479ffa5d.tar.gz
brdo-336b713a5f1807d9f144fb2dc375bbc8479ffa5d.tar.bz2
- A large batch of updates, amongst them a rewritten node system. More
information available on the mailing list.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ff7a1e3a1..5b44fe1b2 100644
--- a/index.php
+++ b/index.php
@@ -10,5 +10,5 @@ $function = variable_get("site_frontpage", "node") ."_page";
$function();
page_footer();
-
+
?>