footer.php 139 B

1234
  1. <?php
  2. $tpl->assign('executionTime',number_format(microtime(true)-$start,3));
  3. if(isset($view) && $view!='') $html = $tpl->draw($view);
  4. ?>