[gnomeweb-wp] hide language selector



commit b35a7ebc3f211c231ed667fc7525b2fefe0a6354
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Mon Apr 4 21:16:16 2011 -0300

    hide language selector

 wp-content/themes/gnome-grass/footer.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/footer.php b/wp-content/themes/gnome-grass/footer.php
index c66e92a..d19bb19 100644
--- a/wp-content/themes/gnome-grass/footer.php
+++ b/wp-content/themes/gnome-grass/footer.php
@@ -11,12 +11,18 @@
                 wp_nav_menu('menu=footer');
                 ?>
             </div>
+            
+            <?php
+            /* Hide this since we won't have translated content in time */
+            /*
             <div class="language grid_3">
                 <div>
                     <strong><?php _e( 'This website is available in many languages', 'grass' ); ?></strong><br />
                     <a href="<?php bloginfo('stylesheet_directory'); ?>/language-selector.php" class="map"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/footer-map.png" alt="<?php _e( 'Switch Language', 'grass' ); ?>" title="<?php _e( 'Switch Language', 'grass' ); ?>" /></a>
                 </div>
             </div>
+            */
+            ?>
             
             <!-- footnotes -->
             <div id="footnotes" class="grid_9">



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