summaryrefslogtreecommitdiff
path: root/htdocs/categories.php
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-05-17 18:02:36 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-05-17 18:02:36 -0700
commit6f5eb97a5d2129427e831a9a4eb1fec318401356 (patch)
tree276393b7f613db58f27d84f634fdf548421cf186 /htdocs/categories.php
parent251349acaf0f8fed47aad1610b5b627a7e684f27 (diff)
Made it prettier
Diffstat (limited to 'htdocs/categories.php')
-rw-r--r--htdocs/categories.php3
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>",