commit 896b0e9e84fc1feb449547c7d0f3c4f83cb937b8
parent 7a233dd511fc127564efecc885366be3fe3dc66c
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 1 Apr 2015 19:21:32 +0200
next one
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -155,7 +155,7 @@ if ($root_3[1] == 'core') {
$x = 1;
if ($empty_id && $empty_category && $empty_author){
#$id = 1;
- include($root . '/core/backend/blog/posts.php');
+ #include($root . '/core/backend/blog/posts.php');
while ($x < $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');
echo "
@@ -373,6 +373,6 @@ if ($root_3[1] == 'core') {
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script>
- <!--<?php include($root . '/core/backend/admin/modules/script_footer.php'); ?>-->
+ <?php include($root . '/core/backend/admin/modules/script_footer.php'); ?>
</body>
</html>