drupal/module.php

9 lines
172 B
PHP

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