Exemple #1
0
 static function getTopMenu()
 {
     $Menu = new Content();
     $menu = $Menu->getMenuElements();
     return $menu;
 }