This is my explaination about this problems.
My structure
config.php
modules
--module1
----menu.php
--module2
----menu.php
So, each module contains a menu.php file that just returns an array.
Now from config.php, I want to get that array. How can I do that ?
Thank you very much!
config.phpfile and also say how those other files are used.