'; // This script is completely free for private AND commercial use as long as // the visible copyright notice ('powered by TWG') is not removed! // If you want to remove the copyright notice you have to register TWG. // // Please go to the web site http://www.tinywebgallery.com and go to the download // section for more details. // - Thank you! // echo '
'; } else { echo '>'; } include dirname(__FILE__) . "/../inc/counter.inc.php"; } echo ''; if (!$d || $show_twg_logo_if_registered) { $t_image = create_cache_file( get_server_name() , "sav"); clearstatcache(); if (!file_exists($t_image)) { echo ""; $fh = fopen($t_image, 'w'); fclose($fh); } $alink = ''; if ($show_powered_by_twg_as_text) { echo $alink; echo 'Photo Gallery powered by TinyWebGallery ' . $CurrentVer; echo ""; if ($show_translator && $lang_translator != " ") { echo "" . convertSpaces($lang_translator) . ""; } } else { if ($show_translator && $lang_translator != " ") { echo ""; } echo $alink; echo 'powered by TinyWebGallery ' . $CurrentVer . ''; echo ''; if ($show_translator && $lang_translator != " ") { echo "" . convertSpaces($lang_translator) . ""; } } } else { echo " "; // if you are registered you can enter some text here or show the bottom navigation buttons if (isset($show_navigation_buttons_on_bottom) && $show_navigation_buttons_on_bottom && ($image != false)) { include dirname(__FILE__) . "/topnavigation_buttons.inc.php"; } echo " "; } echo ' '; if (!$cache_dirs) { if (!$hoverjs) { echo ''; } echo ''; echo 'No Cache!'; echo ''; if (($test_client_connection && $show_bandwidth_icon && !$input_invalid) || $show_help_link) { echo ' | '; } } echo ''; if ($test_client_connection && $show_bandwidth_icon && !$input_invalid) { echo ''; if (isset($_SESSION["twg_lowbandwidth"])) { if ($twg_mobile) { if (!isset($lang_mobile)) { // todo replace in 1.7.8 $lang_mobile = "Mobile mode"; } echo '' . $lang_mobile . ''; } else if ($lowbandwidth == "TRUE") { echo '' . $lang_lowbandwidth . ''; } else if ($lowbandwidth == "HIGH") { echo '' . $lang_highbandwidth . ''; } else { echo '' . $lang_highbandwidth . ''; } } else { echo ''; } echo ''; } if ($show_help_link) { if ($test_client_connection && $show_bandwidth_icon && !$input_invalid) { echo " | "; } if ($default_language == 'de') { $df = 'de'; } else { $df = 'fr'; } echo '' . $lang_help . ''; } echo '
'; echo ''; } if ($myborder != 'TRUE') { includeBottom($enable_external_html_include, $colspan); } echo ''; if ($myborder == 'TRUE') { echo " "; if ($enable_album_tree) { echo ""; } echo ''; echo ''; includeBottom($enable_external_html_include, $colspan); if (!$leftinclude) { includeFooter($enable_external_html_include, $colspan); } echo " "; } $righthtml = dirname(__FILE__) . '/../right.htm'; if ($leftinclude && file_exists($righthtml)) { echo ''; include $righthtml; } ?>