rpicms

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

commit 861de641d8320585a280b23492f4e40486a90501
parent 3c4e1188d624fcd4822d445061a87d885d921ee5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 20:24:20 +0100

last commit for today

Diffstat:
Mthemes/accentbox/index.php | 79++++++++++++++++++++++++++++++++++++++++++-------------------------------------
1 file changed, 42 insertions(+), 37 deletions(-)

diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php @@ -59,52 +59,57 @@ if (!$empty){ while ($x < $post_id_clean+1){ include('../../core/config/connect.db.inc.php'); echo " + <div> <div class='post excerpt'> - <header> - <div class='bubble'><a href='#'>4</a></div> - <h2 class='title'> - <a href='index.php?id=$id' rel='bookmark'> $post_title </a> - </h2> - <div class='post-info'> - <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> - <time>$post_date</time> - <span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br> - </div> - </header> - <div class='post-content image-caption-format-1'> - <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>w - $post_text_short z - </div></br>x - </div>y - "; - $x = $x+1; - $id = $id+1; - next_id(); - } - }else{ - include('../../core/backend/blog/posts.php'); - echo " - <div class='post excerpt'> <header> <div class='bubble'><a href='#'>4</a></div> <h2 class='title'> - <a href='index.php?id=$id' rel='bookmark'> $post_title </a> - </h2> + <a href='index.php?id=$id' rel='bookmark'> $post_title </a> + </h2> <div class='post-info'> - <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> - <time>$post_date</time> - <span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br> - </div> + <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> + <time>$post_date</time> + <span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br> + </div> </header> <div class='post-content image-caption-format-1'> <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>w - $post_text z - </div></br>x - </div>y + </a> + $post_text_short + </div> + </div> + </div></br> + "; + $x = $x+1; + $id = $id+1; + next_id(); + } + }else{ + include('../../core/backend/blog/posts.php'); + echo " + <div> + <div class='post excerpt'> + <header> + <div class='bubble'><a href='#'>4</a></div> + <h2 class='title'> + <a href='index.php?id=$id' rel='bookmark'> $post_title </a> + </h2> + <div class='post-info'> + <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> + <time>$post_date</time> + <span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br> + </div> + </header> + <div class='post-content image-caption-format-1'> + <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 + </div> + </div> + </div> + </div></br> "; } ?>