Quote:
Originally Posted by hollyboy
http://www.interfans.org/forum/rules.php
I get this error:
Warning: chdir(): No such file or directory (errno 2) in /home/interfan/public_html/forum/rules.php on line 4
And what do I have to add in the new template?
|
Try this:
PHP Code:
$navbits = array();
$navbits[$parent] = 'Forum Rules';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
Chnage Forum Rules to what you want the navtitle to say.