Reverted front page support link back to join link.

svn path=/trunk/; revision=23386
This commit is contained in:
otto 2012-05-27 20:45:32 +00:00
parent 762bc8afe7
commit 81627b7ad4
4 changed files with 6 additions and 6 deletions

View File

@ -14,8 +14,8 @@
<div id="campaign-box-2">
<p class="donate-box"><a href="/donate/donate.html"><donate-label /></a></p>
<p class="support-box"><a href="/support"><support-label /></a></p>
<!-- p class="fellowship-box"><a href="http://fellowship.fsfe.org/join"><join-label /></a></p-->
<!-- p class="support-box"><a href="/support"><support-label /></a></p -->
<p class="fellowship-box"><a href="http://fellowship.fsfe.org/join"><join-label /></a></p>
</div>
<campaign-box4/>

View File

@ -16,8 +16,8 @@
<div id="campaign-box-2">
<p class="donate-box"><a href="/donate/donate.html"><donate-label /></a></p>
<p class="support-box"><a href="/support"><support-label /></a></p>
<!-- p class="fellowship-box"><a href="http://fellowship.fsfe.org/join"><join-label /></a></p-->
<!-- p class="support-box"><a href="/support"><support-label /></a></p -->
<p class="fellowship-box"><a href="http://fellowship.fsfe.org/join"><join-label /></a></p>
</div>
<campaign-box4/>

View File

@ -17,7 +17,7 @@
<div id="campaign-box-2">
<p class="donate-box"><a href="/donate/donate.html"><donate-label /></a></p>
<p class="support-box"><a href="/support"><support-label /></a></p>
<p class="fellowship-box"><a href="http://fellowship.fsfe.org/join"><join-label /></a></p>
</div>
<campaign-box4/>

View File

@ -2,7 +2,7 @@
// This file is temporary - now I just need so see the db contents
// to develop email confirmation function
die("This file is for debugging only.");
//die("This file is for debugging only.");
$db = new PDO("sqlite:../../../db/support.sqlite");