template code goes to the bottom
authorMarc MAURICE <dooblempub@positon.org>
Thu, 7 Oct 2010 20:34:57 +0000 (22:34 +0200)
committerMarc MAURICE <dooblempub@positon.org>
Thu, 7 Oct 2010 20:34:57 +0000 (22:34 +0200)
index.php

index 794c7b2..788773b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,31 +1,4 @@
 <?php
-header('Content-Type: text/html; charset=utf-8');
-header('Expires: '.gmdate('D, d M Y H:i:s \G\M\T', time() + 3600));
-?>
-<html>
-<head>
-<style type="text/css">
-img {
-       border: 0;
-       vertical-align: middle;
-}
-
-.square {
-       display: inline-block;
-}
-
-.image {
-       width: 100px;
-       height: 100px;
-       display: table-cell;
-       text-align: center;
-       vertical-align: middle;
-}
-</style>
-</head>
-<body>
-
-<?php
 
 function getPreview($imgFile, $maxSize)
 {
@@ -110,6 +83,33 @@ else
        $parentLink = "";
 
 ?>
+<?php
+///// template starts here /////
+header('Content-Type: text/html; charset=utf-8');
+header('Expires: '.gmdate('D, d M Y H:i:s \G\M\T', time() + 3600));
+?>
+<html>
+<head>
+<style type="text/css">
+img {
+       border: 0;
+       vertical-align: middle;
+}
+
+.square {
+       display: inline-block;
+}
+
+.image {
+       width: 100px;
+       height: 100px;
+       display: table-cell;
+       text-align: center;
+       vertical-align: middle;
+}
+</style>
+</head>
+<body>
 
 <?php if ($parentLink !== '') { ?>
        <div id="parentfolder"><a href="<?php echo $parentLink ?>">^</a></div>