[WIDGET] Slider
источник
Install:
Edit slider.php and at line 100:
$forumid - set the forum to pull slides
$limit - set the number of posts
$chars - set the total number of characters
$words - set total number of words
Upload Files.
Create PHP Widget and inser the following code:
ob_start();
echo '<div>';
echo '<center>';
require_once './clientscript/slider/slider.php';
echo '</center>';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();
slider.zip (4.1 Кб)