ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Hi
i want to extend gantry menu, and i want to know where gantry load menus based on layout configuration in layout manager.
because of lack of documentation in gantry framework.
i found this class GantryMenu in file gantrymenu.class.php and i changed some parts but nothing changed in application.
i want to extend gantry for this reason, i want to create 2 main menus, one of them for public and another for logged in users, based on this i want to load one of them in gantry.
as i see gantry just work with menus, and not modules, if this part support module i can use meta_mod module for decision making for loading my desire menu, in this situation i have to create 2 menus and move the decision making part to gantry framework.