summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index e2c810b38..ff7a1e3a1 100644
--- a/index.php
+++ b/index.php
@@ -5,6 +5,7 @@ include_once "includes/common.inc";
page_header();
+eval(variable_get("site_frontpage_extra", "") .";");
$function = variable_get("site_frontpage", "node") ."_page";
$function();