Quote:
Originally Posted by bandare
any way to work something for vb suite and their CMS?
|
you can use that file i posted but just rename it to slider.php. upload the file to /clientscript/slider/slider.php like it says to do in the first post. but use the code i have below.
Code:
ob_start();
echo '<div align="left">';
require_once './clientscript/slider/slider.php';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();
if you like to see it in action for yourself cms and vba cmps
http://www.sinisterslair.com/0index.php <-- vb cms
http://www.sinisterslair.com/index.php <-- vba cmps