示例#1
0
 /**
  * Get footer
  *
  * @return string HTML code footer
  */
 public static function footer()
 {
     return View::make('sections/footer', Main_Model::footer_data());
 }