[gnomeweb-wp] fixed height of home banner
- From: Vinicius Scopel Depizzol <vdepizzol src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wp] fixed height of home banner
- Date: Tue, 5 Apr 2011 22:15:13 +0000 (UTC)
commit 5efba51b4027a0a8fdd04c824018b42accf7f62b
Author: Vinicius Depizzol <vdepizzol gmail com>
Date: Tue Apr 5 19:15:04 2011 -0300
fixed height of home banner
wp-content/themes/gnome-grass/page-home.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/page-home.php b/wp-content/themes/gnome-grass/page-home.php
index aed846c..3594fa7 100644
--- a/wp-content/themes/gnome-grass/page-home.php
+++ b/wp-content/themes/gnome-grass/page-home.php
@@ -22,7 +22,7 @@ require_once("header.php"); ?>
<?php
while ( have_posts() ) : the_post();
if($home_link != '') {echo '<a href="'.$home_link.'">'; }
- the_post_thumbnail(array(940, 350), array('alt' => get_the_excerpt($post->ID), 'title' => get_the_title($post->ID)));
+ the_post_thumbnail(array(940, 320), array('alt' => get_the_excerpt($post->ID), 'title' => get_the_title($post->ID)));
if($home_link != '') {echo '</a>'; }
endwhile;
?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]