'; $current_id = get_image_number($twg_album, $image_enc); $image_count = get_image_count($twg_album); increaseImageCount($twg_album, $image); // we don't show this value - but we increase ! $bildtext = $lang_picture . ' ' . ($current_id + 1) . ' ' . $lang_of . ' ' . $image_count ; $twg_offset = get_twg_offset($twg_album, $image, $current_id); echo '
'; echo '
' . $lang_close_fullscreen . ''; echo '
'; echo '
' . $bildtext . '
'; if ($show_first_last_buttons) { echo '' . $lang_first . ' '; } echo ' '; echo ' '; if ($show_first_last_buttons) { echo '' . $lang_last . ' '; } if ($show_slideshow) { echo ''; echo '' . $lang_start_slideshow . ''; } echo '
'; // echo ''; if ($show_caption_at_maximized_view) { echo '
' . getBeschreibung($image, $werte, $index) . '
'; } ?>