1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00

.com.tr to our own imaging path

This commit is contained in:
Quackster 2022-11-27 16:44:15 +10:00
parent 0ed9b7c9ae
commit 90e2cc717d
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@
<td>{{ player.id }}</td> <td>{{ player.id }}</td>
<td><a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/users/edit?id={{ player.id }}">{{ player.name }}</a> - <a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/transaction/lookup?searchQuery={{ player.getName() }}">Transactons</a></td> <td><a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/users/edit?id={{ player.id }}">{{ player.name }}</a> - <a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/transaction/lookup?searchQuery={{ player.getName() }}">Transactons</a></td>
<td>{{ player.email }}</td> <td>{{ player.email }}</td>
<td><img src="https://www.habbo.com.tr/habbo-imaging/avatarimage?figure={{ player.figure }}&size=s"></td> <td><img src="{{ site.habboImagingPath }}/habbo-imaging/avatarimage?figure={{ player.figure }}&size=s"></td>
<td>{{ player.motto }}</td> <td>{{ player.motto }}</td>
<td>{{ player.credits }}</td> <td>{{ player.credits }}</td>
<td>{{ player.pixels }}</td> <td>{{ player.pixels }}</td>

View file

@ -56,7 +56,7 @@
<td>{{ player.id }}</td> <td>{{ player.id }}</td>
<td><a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/users/edit?id={{ player.id }}">{{ player.name }}</a></td> <td><a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/users/edit?id={{ player.id }}">{{ player.name }}</a></td>
<td>{{ player.email }}</td> <td>{{ player.email }}</td>
<td><img src="https://www.habbo.com.tr/habbo-imaging/avatarimage?figure={{ player.figure }}&size=s"></td> <td><img src="{{ site.habboImagingPath }}/habbo-imaging/avatarimage?figure={{ player.figure }}&size=s"></td>
<td>{{ player.mission }}</td> <td>{{ player.mission }}</td>
<td>{{ player.credits }}</td> <td>{{ player.credits }}</td>
<td>{{ player.pixels }}</td> <td>{{ player.pixels }}</td>