summaryrefslogtreecommitdiff
path: root/module.php
blob: 13aca87e2b28e36eb483fbb2d0723bcb943a1321 (plain)
1
2
3
4
5
6
7
8
9
<?php

include_once "includes/common.inc";

page_header();
module_invoke($mod, "page");
page_footer();

?>