Re: Adding external js menu
In the Kubrick theme, to put the menu in the same place it's at on your blog page, you need to edit the templates/styles/kubrick/tiki.tpl file, around line 17. You can replace the phplayers menu tag that's there by default with your menu script. (Tiki's header.tpl file actually is mostly for holding the html head section of the page.)
Any javascript being added to the template must be surrounded with ~np~{literal} {/literal} tags in order to work.
-- Gary