Quote:
Originally Posted by Craigex
I've installed this hack but when I try putting $navbar in the the header or index, it doesn't appear. Where would I put it?
EDIT; Doesn't seem to work anywhere.....
|
Sorry bout that I forgot to add in the option, so until my next build do this.
In index.php find:
PHP Code:
eval('print_output("' . fetch_template('smedd_index') . '");');
Add above it:
PHP Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
Then you can add the $navbar call to the index template.