drupal/module.php

9 lines
173 B
PHP
Raw Normal View History

<?php
2000-12-14 14:20:06 +00:00
include_once "includes/common.inc";
if (variable_get(dev_timing, 0)) timer_start();
module_execute($mod, "page");
if (variable_get(dev_timing, 0)) timer_print();
2000-12-14 14:20:06 +00:00
?>