<?php

include_once "includes/common.inc";

page_header();

module_invoke($mod, "page");

page_footer();

?>