OK... so I've got everything OK up until the PhotoPost login page. (including my custom header)
At the bottom of the login page I get this error:
Fatal error: Call to undefined function: fetch_template() in /home/tinastea/public_html/photopost/header-inc.php on line 80
Line 80 is:
eval('$navbar = "' . fetch_template('navbar') . '";')
I'm guessing this is something to do with absolute/relative paths in my
vB navbar style, right? That thing is FULL of href tags - is there a particular one that I have to make absolute? Or is there something else I have to do yet?