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

include_once "includes/common.inc";
if (variable_get(dev_timing, 0)) timer_start();
module_invoke($mod, "page");
if (variable_get(dev_timing, 0)) timer_print();

?>