diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4,14 +4,9 @@ include_once "includes/common.inc"; page_header(); - -//$theme->header(); - $function = variable_get("site_frontpage", "node") ."_page"; $function(); -//$theme->footer(); - page_footer(); ?> |