« Wrong MIME type stylesheet | Main | Thingamablog templates »
woensdag 29 april 2009
Path in menu
iWeb uses a JavaScript to generate the menu bar at the top of the page.
In Thingamablog you have to add a command tag for Thingamablog to interprete when it generates the pages.
Here's what needs to be changed.
This (partially shown):
'.', {"path-to-root": ""
becomes this
'$BaseURL$>', {"path-to-root": "$BaseURL$>"
Display the source of an iWeb page to see the JavaScript. It starts with new NavBar(.
