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}