drupal/index.php

13 lines
154 B
PHP
Raw Normal View History

<?php
2000-05-18 19:51:59 +00:00
include_once "includes/common.inc";
2000-05-18 19:51:59 +00:00
page_header();
$function = variable_get("site_frontpage", "node") ."_page";
$function();
page_footer();
2000-05-19 11:20:58 +00:00
?>