commit 84b07fbecbc1bc74e887355610d2d922386a8b63 parent cbc1ec39216acff7f65283ce1fe4b1cc786e6af5 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 2 Jan 2015 21:33:26 +0100 this commit will destroy index.php design!!! Diffstat:
| M | themes/jumbotron/index.php | | | 23 | +++++++++++++++++++---- |
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -173,10 +173,15 @@ if ($root_3[1] == 'core') { $post_text_short</br> </p> </div> - <p> - <a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>$name_more »</a> - </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 »</a> + </p> + "; $x = $x+1; $id = $id+1; next_id_only(); @@ -208,6 +213,11 @@ 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 »</a> </p> @@ -243,6 +253,11 @@ 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 »</a> </p>