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:
parent
0ed9b7c9ae
commit
90e2cc717d
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
<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>{{ 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.credits }}</td>
|
||||
<td>{{ player.pixels }}</td>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<td>{{ player.id }}</td>
|
||||
<td><a href="{{ site.sitePath }}/{{ site.housekeepingPath }}/users/edit?id={{ player.id }}">{{ player.name }}</a></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.credits }}</td>
|
||||
<td>{{ player.pixels }}</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue