Quote:
Originally Posted by krustyx
Created a PHP widget
and i've modified the code in slider.php with
|
replace it with this code and see if this works for you.
Code:
$output = date(vB::$vbulletin->options['dateformat']) . "<br />\n";
ob_start();
echo '<div>';
echo '<center>';
require_once './clientscript/slider/slider.php';
echo '</center>';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();