Exemplo n.º 1
0
 /**
  * Display the HTML footer file
  * @final
  */
 protected final function DisplayFooter()
 {
     $footer = new Footer();
     $footer->Display($this->footer_images);
 }