commit 7a233dd511fc127564efecc885366be3fe3dc66c parent af3a39143d8469397b2678b8a8bf81310d79d7b7 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 1 Apr 2015 19:20:45 +0200 next one Diffstat:
| M | themes/jumbotron/index.php | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -363,7 +363,7 @@ if ($root_3[1] == 'core') { <footer> <p>© RpicmsTeam 2014 & 2015</p> - <!--<?php include($root . '/core/backend/admin/modules/footer.php'); ?>--> + <?php include($root . '/core/backend/admin/modules/footer.php'); ?> </footer> </div> <!-- /container --> @@ -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>