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' />
13 // Define the variables
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>");
27 printf("<!--FOOTER-->\n");
28 include $ROOT."/footer.php";