summaryrefslogtreecommitdiff
path: root/dash/ads.php
diff options
context:
space:
mode:
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']);