[guadec-web] front: Make the become sponsor link go to the text directly



commit 9db40b7ef5b3ef869da259323f52ff080909c4f6
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Jun 13 18:56:16 2013 +0200

    front: Make the become sponsor link go to the text directly

 wordcamp-base/front.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wordcamp-base/front.php b/wordcamp-base/front.php
index 78f0e39..eae86fe 100644
--- a/wordcamp-base/front.php
+++ b/wordcamp-base/front.php
@@ -42,6 +42,6 @@ while ( have_posts() ) : the_post();
               <div class="sponsors-level-title">Silver</div>
               <img src="<?php echo get_bloginfo('template_url')?>/images/sponsor-canonical.png" 
alt="Canonical" />
             </div>
-            <a href="<?php echo get_permalink(get_page_by_title( 'Sponsors' )); ?>" 
class="become-sponsor">Become a sponsor too!</a>
+            <a href="<?php echo get_permalink(get_page_by_title( 'Sponsors' )) . "#become_sponsor"; ?>" 
class="become-sponsor">Become a sponsor too!</a>
         </div>
        </div>


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