rpicms

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

commit 08015cb16acb35ca8bcd4dd740eaac6e820fcfe2
parent 653c7071dc739febebee612acf71b5f3266c9c25
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 12:45:48 +0100

add link to category

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -150,7 +150,7 @@ <h4> <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> + <span class='thecategory'><a href='index.php?categrory=$post_categrory' rel='category tag'>$post_categrory</a></span></br> </h4> </div> <div> @@ -180,7 +180,7 @@ <h4> <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> + <span class='thecategory'><a href='index.php?categrory=$post_categrory' rel='category tag'>$post_categrory</a></span></br> </h4> </div> <div> @@ -206,7 +206,7 @@ <h4> <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> + <span class='thecategory'><a href='index.php?categrory=$post_categrory' rel='category tag'>$post_categrory</a></span></br> </h4> </div> <div>