"; if (!$twg_showprivatelogin) { if ($image != false) { // imageview bottom navigation if (!$top10 && $default_big_navigation != "HTML_SIDE" && $big_nav_pos != "top") { print_big_navigation($twg_album, $album_enc, $image, $twg_rot, $current_id, $thumb_pic_size, $kwerte, $kindex, $dir); } if (($image_rating_position == "below_navigation") && $show_image_rating) { include dirname(__FILE__) . "/../inc/rating.inc.php"; } // here we create the lightbox dummy - most of the stuff is already cached like the image list. // for the lightbox we create all images before in a hidden div if ($activate_lightbox_image && $use_lytebox) { $imagelist = get_image_list($twg_album); $nr_images = count ($imagelist); $use_original_on_thumbspage=true; // on the image page we always want the original. echo '
'; for ($imageid = 0 ; $imageid < $nr_images; ++$imageid) { $aktimage = replace_valid_url($imagelist[$imageid]); include 'thumbnail.inc.php'; printf(" ", $imageid, $hreffull, $titel); } echo '
'; } // twg_shows comments if ($show_comments && !$default_is_fullscreen) { if (!$show_comments_in_layer) { $comment_data = substr(getKommentar(urldecode($image), $twg_album, $kwerte, $kindex, false), 10); echo "
"; echo "
"; echo $comment_data; echo "
"; } else { if ($show_enter_comment_at_bottom && (($enable_comments_only_registered && $login_edit) || ($enable_comments_only_registered && isset($_SESSION["s_user"])) || !$enable_comments_only_registered)) { if ($show_number_of_comments) { $com_count = " (" . getKommentarCount($image, $twg_album, $kwerte, $kindex) . ")"; } else { $com_count = ""; } // $lang_height_comment += $height_of_comment_layer; $headerkommentar = "
" . $lang_show_kommentar . $com_count; $headerkommentar .= '' . $lang_add_kommentar . ''; $headerkommentar .= "
"; echo $headerkommentar; } } } } } echo ""; } /* include the extra html pages */ include (dirname(__FILE__) . "/../inc/html.inc.php"); /* include the tips */ include (dirname(__FILE__) . "/../inc/tips.inc.php"); ?>