commit 45e4cfed3080602a63ec4c5bd2a7d41ed440026b
parent ef09037ffc5fac4c1ff92f5759d96ae4d3bcbd5e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 10:42:24 +0100
fixed position of php code
Diffstat:
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -1,3 +1,14 @@
+ <?php
+ #######################
+ # flush browser cache #
+ #######################
+ header("Cache-Control: no-cache, must-revalidate, no-store");
+ ##########################
+ # include required files #
+ ##########################
+ require('../../core/backend/blog/posts.php');
+ require('../../core/config/variables.config.php')
+ ?>
<!DOCTYPE html>
<html lang="en">
<head>
@@ -30,17 +41,7 @@
</head>
<body>
- <?php
- #######################
- # flush browser cache #
- #######################
- header("Cache-Control: no-cache, must-revalidate, no-store");
- ##########################
- # include required files #
- ##########################
- require('../../core/backend/blog/posts.php');
- require('../../core/config/variables.config.php')
- ?>
+