X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/41261298b88514964ca2cccd8bde273f18bed9b6..0e12b9f36681835e11a10b70adcbef98e45a42e9:/header.php diff --git a/header.php b/header.php dissimilarity index 86% index 72ef9ac..a5be395 100644 --- a/header.php +++ b/header.php @@ -1,20 +1,81 @@ - - - - - -
- - + + + + + + + + + + + + + + + + + + + + + MEPS - Maryland Eletronic Petition Software + + + +
+ real_escape_string($_COOKIE['invite']); + $q = "select * from petitions where web_short_name = '$invite'"; + $r = $petition->query($q); + $d = mysqli_fetch_array($r); + echo "

$d[petition_name]

"; + if ($d['social_phone'] != ''){ + echo ""; + } + if ($d['social_email'] != '' && $d['social_phone'] == ''){ + echo ""; + } + } + ?>