rpicms

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

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

add new (better) links

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -59,7 +59,7 @@ <span class="icon-bar"></span> </button> <?php - echo '<a class="navbar-brand" href="#">'.$blog_name.'</a>'; + echo '<a class="navbar-brand" href="index.php">'.$blog_name.'</a>'; ?> </div> <div id="navbar" class="navbar-collapse collapse"> @@ -127,7 +127,11 @@ } ?> </div> - <p><a class="btn btn-primary btn-lg" href="http://rpicms.readthedocs.org/de/develop/features/themes.html" role="button">Learn more &raquo;</a></p> + <p> + <?php + echo "<a class='btn btn-primary btn-lg' href='index.php?id=$id' role='button'>Learn more &raquo;</a>"; + ?> + </p> </div> </div>