rpicms

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

commit fc8f484fee507e39c7c603c075f9f270ac8132a2
parent 8eeb4788d25434a24b9c641f1c5803786c7f6999
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 22 Nov 2014 21:26:00 +0100

next try :D

Diffstat:
Mthemes/jumbotron/index.php | 12+++---------
1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -64,25 +64,19 @@ <?php require('../../core/backend/blog/posts.php'); ?> - <header> - <div class="bubble"><a href="#">4</a></div> - <h2 class="title"> + <h1> <?php echo "<a href='#' rel='bookmark'> $post_title </a>"; ?> - </h2> - <div class="post-info"> + </h1> + <div> <?php echo "<span class='theauthor'><a href='#' rel='author'>$post_author</a></span>"; echo "<time>$post_date</time>"; echo "<span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span>"; ?> </div> - </header><!--.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> <?php echo "$post_text";