diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-01 12:15:26 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-01 12:15:26 -0700 |
commit | 9ad57b3d8d1000f17962bb0ba00a8958b2f141db (patch) | |
tree | 515f444d429b999516e530e5d35fcaac6424f1a9 /htdocs/postings.php | |
parent | a070cbe9627fcc29ef2f91b8f7578080203e6ad1 (diff) |
Added scripts, email addresses, other minor modifications
Diffstat (limited to 'htdocs/postings.php')
-rw-r--r-- | htdocs/postings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/postings.php b/htdocs/postings.php index 7550e18..ee178cb 100644 --- a/htdocs/postings.php +++ b/htdocs/postings.php @@ -51,6 +51,8 @@ if (isset($_GET['moderate'])) { echo "<h2>". $post->getName() ."</h2>"; echo "<p>Date: ". date('r', $post->getTimestamp()) ."</p>"; +echo "<p>Email: <a href=\"mailto:". $post->getPublicEmail() ."\">" + . $post->getPublicEmail() ."</a></p>"; echo "<p class=\"desc\">". str_replace("\n", '<br />', $post->getDescription()) |