2001-03-10 11:07:52 +00:00
|
|
|
<?php
|
2001-10-20 18:57:09 +00:00
|
|
|
// $Id$
|
2000-05-18 19:51:59 +00:00
|
|
|
|
2001-02-04 22:09:38 +00:00
|
|
|
include_once "includes/common.inc";
|
2000-05-18 19:51:59 +00:00
|
|
|
|
2001-05-20 13:51:40 +00:00
|
|
|
page_header();
|
2001-05-12 21:06:13 +00:00
|
|
|
|
2001-10-20 20:58:59 +00:00
|
|
|
eval(variable_get("site_frontpage_extra", "") .";");
|
2001-11-17 15:18:16 +00:00
|
|
|
module_invoke(variable_get("site_frontpage", "node"), "page");
|
2001-09-25 22:13:34 +00:00
|
|
|
|
2001-05-20 13:51:40 +00:00
|
|
|
page_footer();
|
2001-11-01 11:00:51 +00:00
|
|
|
|
2000-05-19 11:20:58 +00:00
|
|
|
?>
|