예제 #1
0
파일: index.php 프로젝트: masteruser20/Blog
 function footer($refresh = false)
 {
     if (!self::$isFooterSet || $refresh) {
         self::$isFooterSet = true;
         $footer = new Footer();
         return $footer->returnFooterView();
     }
 }