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(); ?>