rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 69a8d77205ea2f4178d6bab5e12f99d75f6dfa93
parent 5994ddcb66766a6a422e22c23c11b8dcdcf1494a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  1 Apr 2015 19:15:26 +0200

try to fix header problem

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
Mthemes/jumbotron/index.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -21,7 +21,7 @@ if ($root_3[1] == 'core') { ####################### # flush browser cache # ####################### -header("Cache-Control: no-cache, must-revalidate, no-store"); +#header("Cache-Control: no-cache, must-revalidate, no-store"); ########################## # include required files # diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -99,7 +99,7 @@ if ($root_3[1] == 'core') { <link rel="stylesheet" href="../../core/libs/theme_engine/bootstrap-social/bootstrap-social.min.css"> <!--<script src="../../core/libs/theme_engine/jquery/jquery-1.11.2.min.js"></script>--> - <?php include($root . '/core/backend/admin/modules/html_header.php'); ?> + #<?php include($root . '/core/backend/admin/modules/html_header.php'); ?> <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="../../core/libs/theme_engine/BootStrap/js/ie8-responsive-file-warning.js"></script><![endif]-->