From: Mauro C. <mau...@st...> - 2004-07-14 09:46:50
|
Hi! i'm developing a module based on the menuman module. After 1 day of work i have find why my menus compare olways then the menu manager are loaded: because in the index.php of phpwebsite the first line of code define this global array: $GLOBALS['ALWAYS'] = array("layout", "users", "language", "fatcat", "search", "menuman", "comments"); Now i have add my module in the array and always work fine, but i want know the correct way to do this. I think that edit manually the file are not correct. Thanks! CArOgNa |