diff options
Diffstat (limited to 'htdocs/postings.php')
-rw-r--r-- | htdocs/postings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/postings.php b/htdocs/postings.php index a40cfb7..b69767e 100644 --- a/htdocs/postings.php +++ b/htdocs/postings.php @@ -53,6 +53,7 @@ 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>Location: ". $post->getLocation() ."</p>"; echo "<p class=\"desc\">". str_replace("\n", '<br />', $post->getDescription()) |