[gnome-web-www] previous-donors: Have the donors list at the top of the page's content
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] previous-donors: Have the donors list at the top of the page's content
- Date: Fri, 25 Jan 2013 17:39:11 +0000 (UTC)
commit 045c17f6f1ffb6dae6a41ad11eeb4ebcafb29f95
Author: Tobias Mueller <tobiasmue gnome org>
Date: Fri Jan 25 18:35:17 2013 +0100
previous-donors: Have the donors list at the top of the page's content
This is because for now we have newest to oldest on the page. And I think we
will use this template in the future hence the newest needs to be on top. So
we put our list there.
theme/page-previous-donors.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/theme/page-previous-donors.php b/theme/page-previous-donors.php
index 4d6c096..a571e1b 100644
--- a/theme/page-previous-donors.php
+++ b/theme/page-previous-donors.php
@@ -37,8 +37,6 @@ require_once("header.php"); ?>
<?php require_once('inc/page-title.php'); ?>
<div class="content without_sidebar">
- <?php while ( have_posts() ) : the_post(); ?>
- <?php the_content(); ?>
<?php
@@ -62,6 +60,9 @@ require_once("header.php"); ?>
}
?>
+ <?php while ( have_posts() ) : the_post(); ?>
+ <?php the_content(); ?>
+
<?php endwhile; // End the loop. Whew. ?>
<br />
<div class="clear"></div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]