![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$gallery_id = checkNumeric($_GET["gallery_id"]) | |
$gallery = new ImageGallery($gallery_id) | |
$images = $gallery->Images("WHERE include_in_slideshow=1 ORDER BY sort_order, image_id") | |
$slideshow = new Slideshow($images) | |
$script = $slideshow->writeScript() | |
$gallery = new ImageGallery($gallery_id) |
Definition at line 41 of file slideshow.inc.
$gallery_id = checkNumeric($_GET["gallery_id"]) |
Definition at line 37 of file slideshow.inc.
$images = $gallery->Images("WHERE include_in_slideshow=1 ORDER BY sort_order, image_id") |
Definition at line 44 of file slideshow.inc.
$script = $slideshow->writeScript() |
Definition at line 48 of file slideshow.inc.
$slideshow = new Slideshow($images) |
Definition at line 46 of file slideshow.inc.