3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
4 <meta name="author" content="Frederik Vanrenterghem">
5 <META NAME="Description" CONTENT="Personal homepage - Picture">
6 <TITLE>http://frederik.gotdns.org:1976 - Picture</TITLE>
8 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
11 // Define the variables
14 $BASE="/Pictures/20030111_Timber/";
15 if(!isset($foto)){$foto="";}
18 printf("<!--HEADER-->\n");
19 include $ROOT."/header.shtml";
21 // Print the page title
23 printf("<img src=$BASE$foto>\n\n");
24 printf("</P><P><A HREF=$BASE/index.shtml>Back to index page.</A>");
27 printf("<!--FOOTER-->\n");
28 include $ROOT."/footer.php";