[gnomeweb-wp] renamed home.php to page-home.php



commit de0c2a2defede506655886d90c070b0a031825a4
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Mon Apr 4 19:18:50 2011 -0300

    renamed home.php to page-home.php
    
    since we're going to keep home content inside a page in wordpress, and not in the template.

 .../themes/gnome-grass/{home.php => page-home.php} |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/home.php b/wp-content/themes/gnome-grass/page-home.php
similarity index 78%
rename from wp-content/themes/gnome-grass/home.php
rename to wp-content/themes/gnome-grass/page-home.php
index 3e7a0de..531380d 100644
--- a/wp-content/themes/gnome-grass/home.php
+++ b/wp-content/themes/gnome-grass/page-home.php
@@ -3,6 +3,7 @@
 
 add_action('wp_head', function() {
     echo '<link rel="stylesheet" type="text/css" media="all" href="'.get_bloginfo('template_url').'/css/home.css" />';
+    echo '<link rel="stylesheet" type="text/css" media="all" href="'.get_bloginfo('template_url').'/css/news.css" />';
 });
 
 require_once("header.php"); ?>
@@ -72,6 +73,8 @@ require_once("header.php"); ?>
                     <p><a href="#1" class="more">About the GNOME Project</a></p>
                 </div>
                 
+                <hr />
+                
                 <div class="grid_4 alpha">
                     <h4>Celebrate the 3.0 release!</h4>
                 </div>
@@ -82,6 +85,31 @@ require_once("header.php"); ?>
                 
                 <div class="grid_4 omega">
                     <h4>Connect with us</h4>
+                    
+                    <div class="subtle_box">                    
+                        <div class="social_network_icons">
+                            <ul>
+                                <li>
+                                    <a href="http://identi.ca/gnome";>
+                                        <img src="<?php bloginfo('template_url')?>/images/social_networks/identica.png" alt=" " />
+                                        Identi.ca
+                                    </a>
+                                </li>
+                                <li>
+                                    <a href="http://twitter.com/gnome";>
+                                        <img src="<?php bloginfo('template_url')?>/images/social_networks/twitter.png" alt=" " />
+                                        Twitter
+                                    </a>
+                                </li>
+                                <li>
+                                    <a href="http://www.facebook.com/GNOMEDesktop";>
+                                        <img src="<?php bloginfo('template_url')?>/images/social_networks/facebook.png" alt=" " />
+                                        Facebook
+                                    </a>
+                                </li>
+                            </ul>
+                        </div>
+                    </div>
                 </div>
             
             </div>



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