]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phppages/foto.php
Update header - remove Tech section and add Projects.
[www.vanrenterghem.biz.git] / phppages / 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 <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>
11 <?php
13 // Define the variables
15 $ROOT="/home/www";
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=$_GET[BASE]$_GET[foto]>\n\n");   
24 printf("</p><p><a href=$_GET[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>