* new configurable: highscores_length, how much highscores to display

* fixed characters twig template loading
* fixed highscores links
This commit is contained in:
slawkens
2017-10-11 14:43:11 +02:00
parent f0adabf567
commit 005356ebb3
4 changed files with 11 additions and 6 deletions

View File

@@ -244,7 +244,9 @@
<td width="20%" align="center">{{ frag.time|date("j M Y, H:i") }}</td>
<td>{{ frag.description }}</td>
</tr>
{% endfor %}
</table>
{% endif %}
{{ hook(constant('HOOK_CHARACTERS_BEFORE_SIGNATURE')) }}