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

include_once "includes/common.inc";

page_header();

module_invoke($mod, "page");

page_footer();

?>