Quote:
Originally Posted by Indy
Open up and enter your banner info in banner.txt
Open up and edit the $base_dir, $img_url and $max information in banner.php
Upload banner.php and banner.txt to your forum's dir.
Place the following in your phpinclude_start template:
ob_start();
include("banner.php");
$showbanner = ob_get_contents();
ob_end_clean();
Wherever you want the banner, insert $showbanner
|
I have done the above but unsure what "Wherever you want the banner, insert $showbanner" means
Where do I put the above command
Regards
Chet