[gnome-web-www] properly show the content of the "Apply Membership" page
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] properly show the content of the "Apply Membership" page
- Date: Thu, 16 Feb 2012 14:49:23 +0000 (UTC)
commit 86fec275589d96b6453fb4013950164906f7ceeb
Author: Vinicius Depizzol <vdepizzol gmail com>
Date: Tue Feb 14 18:42:24 2012 -0200
properly show the content of the "Apply Membership" page
theme/page-apply.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index 571dce5..1e94f99 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -52,8 +52,10 @@ if (array_key_exists('submit', $_POST)) {
<?php require_once('inc/page-title.php'); ?>
<div class="content without_sidebar">
-
- <?php the_content(); ?>
+
+ <?php while ( have_posts() ) : the_post(); ?>
+ <?php the_content(); ?>
+ <?php endwhile; // End the loop. Whew. ?>
<hr class="top_shadow" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]