Quote:
Originally posted by PPN
oops that would be my bad
you can't add it to
header, footer or headerinclude as their loaded before the permissions are checked, you'd have to add
PHP Code:
eval("\$header = \"".gettemplate('header')."\";");
after $board_closed in the global.php file to get it to work in the header.
|
If you add that, will it still work any where else or does it HAVE to go in the header, footer or headerinclude then?
BTW: I used Firefly's update to this already.