2001-03-10 11:07:52 +00:00
|
|
|
<?php
|
2000-12-14 14:20:06 +00:00
|
|
|
|
2000-12-23 23:25:28 +00:00
|
|
|
include_once "includes/common.inc";
|
2001-04-15 17:01:32 +00:00
|
|
|
if (variable_get(dev_timing, 0)) timer_start();
|
2000-12-23 15:13:34 +00:00
|
|
|
module_execute($mod, "page");
|
2001-04-15 17:01:32 +00:00
|
|
|
if (variable_get(dev_timing, 0)) timer_print();
|
2000-12-14 14:20:06 +00:00
|
|
|
|
2000-12-07 13:09:23 +00:00
|
|
|
?>
|