To add or replace slideshow images, update the setting 'Enable replacing the slideshow' in Admin > System > Manage plugins > transform > Options.";
return; // if config option in transform plugin doesn't allow slideshow images to be edited, then do not show input field
}
$return_to_url = $baseurl . '/pages/admin/admin_manage_slideshow.php';
// Calculate the next slideshow image ID (ie. filename will be ID.jpg)
$last_slideshow_file = end($slideshow_files);
$new_slideshow_id = isset($last_slideshow_file["ref"]) ? ($last_slideshow_file["ref"] + 1) : 1;
?>