rpicms

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

commit cbc1ec39216acff7f65283ce1fe4b1cc786e6af5
parent 0d4b3048b6a63696bc417cb12e503edd0f310b56
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  2 Jan 2015 21:20:12 +0100

js/jquery seems not to be compatible with php loops yet :/

Diffstat:
Mcore/backend/admin/modules/html_header.php | 4++--
Mthemes/jumbotron/index.php | 23++++-------------------
2 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/core/backend/admin/modules/html_header.php b/core/backend/admin/modules/html_header.php @@ -22,4 +22,4 @@ if ($root_3[1] == 'core') { - ?> -\ No newline at end of file +?> +\ No newline at end of file diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -173,15 +173,10 @@ if ($root_3[1] == 'core') { $post_text_short</br> </p> </div> - <div> - "; - include($root . '/core/backend/admin/modules/post_footer.php'); - echo " - </div> - <p> - <a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>$name_more &raquo;</a> - </p> - "; + <p> + <a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>$name_more &raquo;</a> + </p> + "; $x = $x+1; $id = $id+1; next_id_only(); @@ -213,11 +208,6 @@ if ($root_3[1] == 'core') { $post_text_short</br> </p> </div> - <div> - "; - include($root . '/core/backend/admin/modules/post_footer.php'); - echo " - </div> <p> <a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>$name_more &raquo;</a> </p> @@ -253,11 +243,6 @@ if ($root_3[1] == 'core') { <p> $post_text_short</br> </p> - <div> - "; - include($root . '/core/backend/admin/modules/post_footer.php'); - echo " - </div> <p> <a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>$name_more &raquo;</a> </p>