summaryrefslogtreecommitdiff
path: root/index.php
blob: e2c810b38cc41d4fbe820e49c535c6f557c56f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// $Id$

include_once "includes/common.inc";

page_header();

$function = variable_get("site_frontpage", "node") ."_page";
$function();

page_footer();

?>