diff options
Diffstat (limited to 'htdocs/postings.php')
-rw-r--r-- | htdocs/postings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/postings.php b/htdocs/postings.php index b275858..8dc42cc 100644 --- a/htdocs/postings.php +++ b/htdocs/postings.php @@ -69,7 +69,7 @@ if ($post->getPrice() != 0) { echo "</h2>"; - +echo "<p>Category: " . $post->getCategory()->getName() . "</p>"; echo "<p>Date: ". date('r', $post->getTimestamp()) ."</p>"; echo "<p>Email: <a href=\"mailto:". $post->getPublicEmail() ."\">" . $post->getPublicEmail() ."</a></p>"; |