Update header - remove Tech section and add Projects.
[www.vanrenterghem.biz.git] / phppages / fotobiz.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 <link rel="stylesheet" href="/styles/header.css" type="text/css" />
8 <link rel="stylesheet" href="/styles/main.css" type="text/css" />
9 </HEAD>
10 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
11 <?php
13 // Define the variables
15 $ROOT="/home/www";
16 if(!isset($BASE)){$BASE=$_GET['BASE'];}
17 if(!isset($foto)){$foto=$_GET['foto'];}
19 // Print the header
20 printf("<!--HEADER-->\n");
21 include $ROOT."/header.shtml";
23 // Print the page title
24 printf("<P><BR>\n");
25 printf("<img src=$BASE$foto>\n\n");   
26 printf("</P><P><A HREF=$BASE/index.shtml>Back to index page.</A>");
28 // Print the footer
29 printf("<!--FOOTER-->\n");
30 include $ROOT."/footer.php";
31 ?>
33 </BODY>
34 </HTML>