rpicms

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

commit ff7f7d8d73e7f81170deb14cfb9e6a181978a27a
parent 4a71ec1693564e6382469411f18bdfb4063403be
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 17:49:49 +0100

better place for the "Learn more"

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -98,8 +98,12 @@ </h4> </div> <div> + <p> + $post_text</br> + </p> + </div> <p> - $post_text</br> + <a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>Learn more &raquo;</a> </p> "; $x = $x+1; @@ -126,12 +130,6 @@ "; } ?> - </div> - <p> - <?php - echo "<a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>Learn more &raquo;</a>"; - ?> - </p> </div> </div>