Adding featured ads slider to other pages
I have read through
this thread/tutorial but it seems to be out-versioned now!
I have tried to implement the code by adding
Code:
<?php
if(file_exists(STYLESHEETPATH . '/featured.php'))
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');
?>
but this does not fully work - it ads the slider box but it doesn't pull the ads in (it works on the homepage)
Any ideas to make this work with 3.1.8??