[gnome-web-www] fixes some small errors caused by previous commit



commit 073c8186a4d8a5b0ded22f00dbcf27cd1d4f8b0b
Author: Andreas Nilsson <anilsson redhat com>
Date:   Mon Apr 29 13:00:05 2013 -0300

    fixes some small errors caused by previous commit

 theme/page-membership.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/theme/page-membership.php b/theme/page-membership.php
index 8b5f31b..a527750 100644
--- a/theme/page-membership.php
+++ b/theme/page-membership.php
@@ -21,8 +21,10 @@ require_once("header.php"); ?>
     <!-- container -->
     <div id="container" class="two_columns">
         <div class="container_12">
-        
-            <?php require_once('inc/page-title.php'); ?>
+               <div class="page_title" style="margin-bottom: 2px;">
+                 <h1><?php the_title(); ?></h1>
+               </div>        
+               <div class="clearfix"></div>
             <?php wp_nav_menu(array('menu'=>'foundationnav','container_class'=>'foundation_nav')); ?>
             <div class="content without_sidebar">
             <?php while ( have_posts() ) : the_post(); ?>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]