Example #1
0
 private function build_footer()
 {
     $footer = new Template('_partials/footer', false, false);
     $footer->setTemplateVars(array('VERSION_NUMBER' => VERSION, 'YEAR' => date('Y')));
     $this->footer .= $footer->compile();
 }