rpicms

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

commit 6bba9c18deabaa341523e219472c91c15bb9e0c6
parent bd76e89d80a13bb1a499b6b014e9ed229db6201a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 20:09:25 +0100

some more fixes

Diffstat:
Mthemes/accentbox/index.php | 27+++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php @@ -76,22 +76,13 @@ if (!$empty){ <a href='#' rel='nofollow' id='featured-thumbnail'> <div class='featured-thumbnail'><img src='images/2457315858_32ffd98aec_n-150x150.jpg' class='attachment-featured wp-post-image' height='150' width='150'><div> </a> - $post_text_short</br> + $post_text_short </div> </div> "; $x = $x+1; $id = $id+1; next_id(); - echo " - <div class='pnavigation2'> - <div class='nav-previous left'><a href='#'><span class='meta-nav'>←</span> Older posts</a></div> - <div class='nav-next right'></div> - </div> - </div> - </article> - "; - } }else{ include('../../core/backend/blog/posts.php'); @@ -114,18 +105,18 @@ if (!$empty){ <a href='#' rel='nofollow' id='featured-thumbnail'> <div class='featured-thumbnail'><img src='images/2457315858_32ffd98aec_n-150x150.jpg' class='attachment-featured wp-post-image' height='150' width='150'><div> </a> - $post_text_short</br> + $post_text_short </div> </div> - <div class='pnavigation2'> - <div class='nav-previous left'><a href='#'><span class='meta-nav'>←</span> Older posts</a></div> - <div class='nav-next right'></div> - </div> - </div> - </article> "; } - ?> + ?> + <div class='pnavigation2'> + <div class='nav-previous left'><a href='#'><span class='meta-nav'>←</span> Older posts</a></div> + <div class='nav-next right'></div> + </div> + </div> + </article> <?php include('templates/page_navigation.php');