summaryrefslogtreecommitdiff
path: root/dash/ads.php
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2016-12-29 22:15:18 -0700
committercflem <carson.fl3ming@gmail.com>2016-12-29 22:15:18 -0700
commit60c5b44a85e3f87c4593a8b531e6c17b7fb98b98 (patch)
tree4e17309553d35a8b146bcef74e60b8d27d923e94 /dash/ads.php
parentf2fec1f19a183623f4027153f0b1aaf09103cae2 (diff)
downloadbulletin-60c5b44a85e3f87c4593a8b531e6c17b7fb98b98.tar.gz
Style ads.php (II)
Diffstat (limited to 'dash/ads.php')
-rw-r--r--dash/ads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/ads.php b/dash/ads.php
index df209f0..461d129 100644
--- a/dash/ads.php
+++ b/dash/ads.php
@@ -20,7 +20,6 @@ $row = $result->fetch_assoc();
<p><?=htmlentities($row['description']);?></p>
</div>
<div id="fjfooter">
- <h4>Respond to this Ad</h4>
<div id="fjfleft">
<?php
if (is_null($row['picture']))
@@ -37,6 +36,7 @@ else
?>
</div>
<div id="fjfright">
+ <h4>Respond to this Ad</h4>
<p id="eemail"><a href="mailto:<?=htmlentities($row['email']);?>"><?=htmlentities($row['email']);?></a></p>
<?php
$phonelink = '+'.preg_replace('/[^0-9]/', '', $row['phone']);