From 4ae4c1a17d16bc42655b201cfe12c5751b45b341 Mon Sep 17 00:00:00 2001 From: botanic Date: Thu, 4 Sep 2014 17:26:22 -0700 Subject: [PATCH] Fix #111 --- code/web/private_php/setup/config/config.php | 2 ++ code/web/public_php/ams/templates/dashboard.tpl | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/web/private_php/setup/config/config.php b/code/web/private_php/setup/config/config.php index 80632fb31..56a057cd1 100644 --- a/code/web/private_php/setup/config/config.php +++ b/code/web/private_php/setup/config/config.php @@ -121,3 +121,5 @@ $INGAME_LAYOUT = "basic"; //forces to load the ingame templates if set to true $FORCE_INGAME = false; +//file storage path (must be a publicly accessible url for +$FILE_STORAGE_PATH = "/files/"; \ No newline at end of file diff --git a/code/web/public_php/ams/templates/dashboard.tpl b/code/web/public_php/ams/templates/dashboard.tpl index e67391f82..3acfcd90d 100644 --- a/code/web/public_php/ams/templates/dashboard.tpl +++ b/code/web/public_php/ams/templates/dashboard.tpl @@ -15,10 +15,10 @@ {$nrToDo} - +
Newest Ticket
- {$newestTicketTitle} + {if $newestTicketId != null}{$newestTicketTitle}{else}No Tickets!{/if}