diff options
Diffstat (limited to 'htdocs/categories.php')
-rw-r--r-- | htdocs/categories.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/categories.php b/htdocs/categories.php index 5725125..e4c1f37 100644 --- a/htdocs/categories.php +++ b/htdocs/categories.php @@ -53,7 +53,8 @@ function displayEvents($category) { if ($posts->valid()) { foreach ($posts as $id => $post) { - printf("<div class=\"post\"><p><a href=\"postings/%s.html\">%s</a></p>" + printf("<div class=\"post\"><p><a href=\"". $GLOBALS['CONFIG']['urlroot'] + . "/postings/%s.html\">%s</a></p>" . "<div class=\"desc\"><span class=\"location\">%s</span>" . " <span class=\"age\">%s</span></div></div>", |