コード例 #1
0
 public static function show()
 {
     MasterView::showHeader(null);
     MasterView::showNav();
     ProfileView::showContent();
     MasterView::showFooter(null);
 }