Made so it's possible to configure more directories as constants

More flexibility for the user.
This commit is contained in:
slawkens
2023-02-02 18:53:56 +01:00
parent 708aa2d72f
commit 74d013049d
12 changed files with 37 additions and 31 deletions

View File

@@ -5,13 +5,13 @@
<tbody>
<tr>
<td width="64">
<img src="images/guilds/{{ logo }}" width="64" height="64">
<img src="{{ constant('GUILD_IMAGES_DIR') }}{{ logo }}" width="64" height="64">
</td>
<td align="center" width="100%"><h1>{{ guild_name }}</h1></td>
<td width="64">
<img src="images/guilds/{{ logo }}" width="64" height="64">
<img src="{{ constant('GUILD_IMAGES_DIR') }}{{ logo }}" width="64" height="64">
</td>
</tr>
</tbody>