コード例 #1
0
ファイル: page.class.php プロジェクト: samyhajal/jamhour.us
 /**
  * Display the HTML footer file
  * @final
  */
 protected final function DisplayFooter()
 {
     $footer = new Footer();
     $footer->Display($this->footer_images);
 }