X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/478e329c5315fcc53537cf4ea583f9b13d488cf6..30010de5a421128f4a0896f61ed7b92dc65e87ae:/index.php diff --git a/index.php b/index.php index eb02535..1d13732 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,30 @@ slack_general('Home Page Loaded ('.$_COOKIE['invite'].')','md-petition');

-
-
+
+
- +



We are hosting the following petitions:

+ query($q2); + while($d2 = mysqli_fetch_array($r2)){ + $link = "?invite=$d2[web_short_name]"; + if ($d2['landing_page'] != ''){ + $link = $d2['landing_page']; + } + echo " + "; + } + ?> +
+ + +