= $img_total) {
$img_nr = 0;
}
$img_next = get_image_name($twg_album, $img_nr);
require '../language/language_default.php';
require '../language/language_' . $default_language . '.php';
if (isset($charset)) {
header("Content-Type: text/html;charset=" . $charset);
}
?>
TinyWebGallery
';
}
?>
";
?>
';
}
?>
$widht_ie) { // it's too wide ... we let the browser scale the image ;).
$widthheight = "width='" . $widht_ie . "'";
} else {
$widthheight = "width='" . $oldsize[0] . "' height='" . $oldsize[1] . "' ";
}
}
$install_dir = "../";
// printf("
" , urlencode($twg_album), urlencode($image), $src_value, $widthheight);
printf("
", $src_value, $widthheight);
if ($show_captions) {
$cap = replacesmilies(getBeschreibung($image, $werte, $index));
$cap = str_replace("||", "
", $cap);
echo '
' . $cap . ' ';
}
if (!file_exists($small_next)) {
$small_next = "../image.php?twg_album=" . urlencode($twg_album) . "&twg_type=small&twg_rot=0&twg_show=" . $img_next;
}
?>