app->galleryTitle);
} else {
$title = sprintf(_("Slide Show for album :: %s"), $gallery->album->fields["title"]);
}
}
function slideshow_body() {}
function slideshow_controlPanel() {
global $pixelImage;
?>
app->photoAlbumURL . "/java/GalleryRemoteAppletMini.jar," .
$gallery->app->photoAlbumURL . "/java/GalleryRemoteHTTPClient.jar," .
$gallery->app->photoAlbumURL . "/java/applet_img.jar",
isset($gallery->album) ? $gallery->album->fields["name"] : "",
array(
"slideshowLowRez" => "true",
"slideshowRecursive" => $recursive?"true":"false",
"slideshowRandom" => $random?"true":"false",
"slideshowMaxPictures" => $number
),
array("toSysOut" => "true"),
dirname(__FILE__) . "/applet.cfg",
_("Your browser doesn't support applets; you should use one of the other slideshow methods.")
);
?>