rpicms

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

commit b1ff362a0e94e8d2e077d2541aff32235d920e71
parent 19d9b3486411fd0c82ae21b43a79e43f2a6dcb4f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 28 Jan 2015 09:44:34 +0100

edit modul structure

Diffstat:
Mcore/backend/admin/modules/footer.php | 2--
Ccore/backend/admin/modules/footer.php -> core/backend/admin/modules/script_footer.php | 0
Mthemes/jumbotron/admin.php | 1+
Mthemes/jumbotron/index.php | 1+
4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/backend/admin/modules/footer.php b/core/backend/admin/modules/footer.php @@ -17,8 +17,6 @@ if ($root_3[1] == 'core') { -$wysiwyg = "modul_simple_bootstrap-wysiwyg";//need to get extra config for modules -include($root.'/core/backend/admin/modules/'.$wysiwyg. '/index.php'); diff --git a/core/backend/admin/modules/footer.php b/core/backend/admin/modules/script_footer.php diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -292,6 +292,7 @@ foreach($langs as $prio => $lang) { <!-- 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'); ?> </body> </html> <?php diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -360,5 +360,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'); ?> </body> </html>