array( // Dashboard array( 'title' => 'Home', 'path' => '/', 'icon' => array( 'font' => '', ), ), // Recent Gamer Updates array( 'title' => 'Recent Gamer Updates', 'path' => '/recent-gamer-updates', 'icon' => array( 'font' => '', ), ), // Newly Added Games array( 'title' => 'Newly Added Games', 'path' => '/newly-added-games', 'icon' => array( 'font' => '', ), ), // Game Reviews array( 'title' => 'Game Reviews', 'path' => '/game-reviews', 'icon' => array( 'font' => '', ), ), // Games by Platform array( 'classes' => array('content' => 'pt-8 pb-2'), 'content' => 'Games by Platform', ), // Xbox Series X/S array( 'title' => 'Xbox Series X/S', 'path' => '/platform/Xbox_Series_X_S', 'bullet' => '', ), // PlayStation 5 array( 'title' => 'PlayStation 5', 'path' => '/platform/PlayStation_5', 'bullet' => '', ), // Nintendo Switch array( 'title' => 'Nintendo Switch', 'path' => '/platform/Nintendo_Switch', 'bullet' => '', ), // PC array( 'title' => 'PC', 'path' => '/platform/PC', 'bullet' => '', ), // Mobile array( 'title' => 'Mobile', 'path' => '/platform/Mobile', 'bullet' => '', ), // Nintendo 3DS array( 'title' => 'Nintendo 3DS', 'path' => '/platform/Nintendo_3DS', 'bullet' => '', ), // More... array( 'title' => 'More...', 'path' => '/platforms', 'bullet' => '', ), // Support array( 'classes' => array('content' => 'pt-8 pb-2'), 'content' => 'Support', ), // Overview array( 'title' => 'Overview', 'path' => '/support', 'bullet' => '', ), // Knowledgebase array( 'title' => 'Knowledgebase', 'path' => '/support/knowledgebase', 'bullet' => '', ), // Contact Us array( 'title' => 'Contact Us', 'path' => '/contact-us', 'bullet' => '', ), ), // Horizontal menu 'horizontal' => array( ), );