Update header - remove Tech section and add Projects.
[www.vanrenterghem.biz.git] / cgi-bin / foto.php~
1 <html>
2 <HEAD>
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>
7 </HEAD>
8 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
9 <?php
11 // Define the variables
13 $ROOT="/www";
14 $BASE="/Pictures/20030111_Timber/";
15 if(!isset($foto)){$foto="";}
17 // Print the header
18 printf("<!--HEADER-->\n");
19 include $ROOT."/header.shtml";
21 // Print the page title
22 printf("<P><BR>\n");
23 printf("<img src=$BASE$foto>\n\n");   
24 printf("</P><P><A HREF=$BASE/index.shtml>Back to index page.</A>");
26 // Print the footer
27 printf("<!--FOOTER-->\n");
28 include $ROOT."/footer.php";
29 ?>
31 </BODY>
32 </HTML>