$httpd_thumbs_dir = "/karadere/thumbs"; # Where are placed the thumbs according to the http hierarchy ( i.e. /personal-web-page/screenshots/thumbs-dir/ ) $fs_thumbs_dir = "/var/www/htdocs/karadere/thumbs"; # Where in fact are placed the thumbs on the file system ( i.e /var/thumbs ) # Make sure that $httpd_thumbs_dir and $fs_thumbs_dir are in fact one and the same directory otherwise the thumbs won't display properly $default_width_for_thumbnail = 204; $default_height_for_thumbnail = 154; $default_pix_on_line = 3; $max_pix_on_page = 9; # Start the configuration of html $title = "Karadere 2001"; $page_background = "white"; $page_link = "black"; $page_active_link = "black"; $page_visited_link = "black"; $page_text = "black"; $first_table_background = "CCCCCC"; $first_table_align = "center"; $first_table_valign = "middle"; $second_table_background = "FFFFFF"; $second_table_align = "center";