rpicms

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

commit bd76e89d80a13bb1a499b6b014e9ed229db6201a
parent 10886745bbab728a5cdd1c7f796c0d44ed763fff
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 20:06:53 +0100

fix the fix of the structure

Diffstat:
Mthemes/accentbox/index.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php @@ -58,8 +58,8 @@ if (!$empty){ while ($x < $post_id_clean+1){ include('../../core/config/connect.db.inc.php'); echo " - <div id='content_box'> - <article class='article'> + <article class='article'> + <div id='content_box'> <div class='post excerpt'> <header> <div class='bubble'><a href='#'>4</a></div> @@ -96,8 +96,8 @@ if (!$empty){ }else{ include('../../core/backend/blog/posts.php'); echo " - <div id='content_box'> - <article class='article'> + <article class='article'> + <div id='content_box'> <div class='post excerpt'> <header> <div class='bubble'><a href='#'>4</a></div>