Ejemplo n.º 1
0
 protected function initGlobals(Dwoo_ITemplate $tpl)
 {
     $this->globals = array('version' => self::VERSION, 'ad' => '<a href="http://dwoo.org/">Powered by Dwoo</a>', 'now' => $_SERVER['REQUEST_TIME'], 'template' => $tpl->getName(), 'charset' => $this->charset);
 }