template code goes to the bottom

This commit is contained in:
Marc MAURICE 2010-10-07 22:34:57 +02:00
parent cc49f9cbf0
commit daf50588f0

View file

@ -1,30 +1,3 @@
<?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>