mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fix #111
This commit is contained in:
parent
bc5c618418
commit
58a2208fe9
2 changed files with 4 additions and 2 deletions
|
@ -121,3 +121,5 @@ $INGAME_LAYOUT = "basic";
|
||||||
//forces to load the ingame templates if set to true
|
//forces to load the ingame templates if set to true
|
||||||
$FORCE_INGAME = false;
|
$FORCE_INGAME = false;
|
||||||
|
|
||||||
|
//file storage path (must be a publicly accessible url for
|
||||||
|
$FILE_STORAGE_PATH = "/files/";
|
|
@ -15,10 +15,10 @@
|
||||||
<span class="notification red">{$nrToDo}</span>
|
<span class="notification red">{$nrToDo}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a data-original-title="By {$newestTicketAuthor}" data-rel="tooltip" class="well span3 top-block" href="index.php?page=show_ticket&id={$newestTicketId}">
|
<a data-original-title="By {$newestTicketAuthor}" data-rel="tooltip" class="well span3 top-block" {if $newestTicketId != null}href="index.php?page=show_ticket&id={$newestTicketId}"{/if}>
|
||||||
<span class="glyphicon glyphicon-flag lg-icon green"></span>
|
<span class="glyphicon glyphicon-flag lg-icon green"></span>
|
||||||
<div>Newest Ticket</div>
|
<div>Newest Ticket</div>
|
||||||
<span class="notification blue">{$newestTicketTitle}</span>
|
<span class="notification blue">{if $newestTicketId != null}{$newestTicketTitle}{else}No Tickets!{/if}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a data-original-title="{$nrTotalTickets} tickets in total" data-rel="tooltip" class="well span3 top-block" href="index.php?page=show_queue&get=all">
|
<a data-original-title="{$nrTotalTickets} tickets in total" data-rel="tooltip" class="well span3 top-block" href="index.php?page=show_queue&get=all">
|
||||||
|
|
Loading…
Reference in a new issue