Quote:
Originally Posted by SmEdD
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.
|
Thanks, that worked!

Also;
What would I put to add the newest poll to it? Like on the vbAdvanced one.