2001-03-10 11:07:52 +00:00
|
|
|
<?php
|
2001-10-20 18:57:10 +00:00
|
|
|
// $Id$
|
2000-12-14 14:20:06 +00:00
|
|
|
|
2000-12-23 23:25:28 +00:00
|
|
|
include_once "includes/common.inc";
|
2001-05-20 13:51:40 +00:00
|
|
|
|
2002-03-05 22:53:51 +00:00
|
|
|
if (module_hook($mod, "page")) {
|
|
|
|
page_header();
|
|
|
|
module_invoke($mod, "page");
|
|
|
|
page_footer();
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
header("Location: index.php");
|
|
|
|
}
|
2001-11-01 11:00:51 +00:00
|
|
|
|
2000-12-07 13:09:23 +00:00
|
|
|
?>
|