예제 #1
0
파일: Content.php 프로젝트: sislex/cat
 static function getTopMenu()
 {
     $Menu = new Content();
     $menu = $Menu->getMenuElements();
     return $menu;
 }