diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-29 22:23:53 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-29 22:23:53 -0700 |
| commit | dde68e530060c1d6f7e81c774312c83ce2bfd136 (patch) | |
| tree | 05c005d571ae44fd7af9cbb9ff3ac56f95856c7a /dash/ads.php | |
| parent | 60c5b44a85e3f87c4593a8b531e6c17b7fb98b98 (diff) | |
| download | bulletin-dde68e530060c1d6f7e81c774312c83ce2bfd136.tar.gz | |
Styled ads.php (III)
Diffstat (limited to 'dash/ads.php')
| -rw-r--r-- | dash/ads.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dash/ads.php b/dash/ads.php index 461d129..6674cf3 100644 --- a/dash/ads.php +++ b/dash/ads.php @@ -36,6 +36,8 @@ else ?> </div> <div id="fjfright"> + <p id="ebio"><?=(is_null($row['bio']) ? '<em>No bio included in profile.</em>' : htmlentities($row['bio']));?></p> + <div class="sep"></div> <h4>Respond to this Ad</h4> <p id="eemail"><a href="mailto:<?=htmlentities($row['email']);?>"><?=htmlentities($row['email']);?></a></p> <?php |
