Quote:
Originally Posted by Faranth
yes i belive it just needs moving ^^
Alonewolf, if youd like a link on the front page that ONLY shows on the front page, but on the forums it shows a link back to the front page
try this
open adv_index.php
find
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
add
PHP Code:
under define('THIS_SCRIPT', 'adindex');
open your navbar and find
|
WHen I do: under define('THIS_SCRIPT', 'adindex'); I get a PHP error
Do I: define('THIS_SCRIPT', 'adindex');
No error and it works! But what is the correct way?