when I click on the link to export entries, I get an error becuase the url comes malformed like this:
/mt-cgi/?mode=export&blog_id=6
I looked in the import template and the code used for this link is
CODE
a href="<TMPL_VAR NAME=SCRIPT_URI>?__mode=export&blog_id=<TMPL_VAR NAME=BLOG_ID>">Export Entries From <TMPL_VAR NAME=BLOG_NAME></a>
a couple of greps show all the other templates use NAME=SCRIPT_URL, not SCRIPT_URI. should I change this? I am not quite clear on how to change the actual admin templates, do they have to be rebuilt? sine everything else is working, I'm hesitant...
I mean, I can just type "mt.cgi" in every time I want to back up entries, but it would be better if the link worked.