tags of all images in the current gallery $ig_gallery['thumb'] - tags of all thumbs of all images in the current gallery $ig_gallery['src'] - array of all paths of all images in the current gallery $ig_gallery['alt'] - array of all alts of all images in the current gallery $ig_gallery['title'] - array of all titles of all images in the current gallery + post title of current post at index 0 $ig_error - true if error occured $ig_message - error message if $ig_error is true $ig_has_next_gallery - index of next gallery or false if the current gallery is the last one $ig_has_next_image - index of next image or false if the current image is the last one $ig_has_previous_gallery - index of previous gallery or false if the current gallery is the first one $ig_has_previous_image - index of previous image or false if the current image is the first one $ig_galleries_count - number of galleries in the post $ig_images_count - number of images in the current gallery */?>
\"{$ig_gallery['alt'][$idi_safe]}\"
{$ig_gallery['title'][$idi_safe]}"; echo '
'; echo '
'; for($i=1;$i<=$ig_images_count;$i++){ echo $ig_gallery['thumb'][$i]; } } ?>
Powered by IImage Gallery