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:
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 »</a>
- </p>
- ";
+ <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();
@@ -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 »</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 »</a>
</p>