I have site with a couple of Milonic menus on. Now I want to use this site offline. How do I change the code in menu_data.js.
The code today looks like this:
aI(“text=information;url=http://www.arbetsgivaralliansen.se/page ... _mtrl.html;”);
/Cirtap
OffLine Mode
It would depend on exactly where you put the pages you're trying to link to, but assuming they are in the same directory as the menu...
Code: Select all
aI("text=information;url=info_mtrl.html;");
John