Inside menu.php there is my milonic menu and it works very well.
I made a copy of index2.php in the directory personal to have the same layout. The question is that the links in the milonic menu doesn't fit beacuse now I am in a subdirectory.
I would like to know if there is a way to change links dinamically or otherwise I have to put another copy of menu.php but this time in this new subdirectory?
ex
index2.php
menu
home (url:index2.php)
personal (url:personal/index2.php)
personal/index2.php
menu
home(url:../index2php);
personal(url: index2.php);
sorry for my english which is not so good
