mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
move characters link to twig
This commit is contained in:
parent
2ba702df21
commit
42a628731d
@ -412,7 +412,6 @@ WHERE killers.death_id = '".$death['id']."' ORDER BY killers.final_hit DESC, kil
|
|||||||
'player_link' => getPlayerLink($player->getName(), false),
|
'player_link' => getPlayerLink($player->getName(), false),
|
||||||
'hidden' => $hidden,
|
'hidden' => $hidden,
|
||||||
'bannedUntil' => isset($bannedUntil) ? $bannedUntil : null,
|
'bannedUntil' => isset($bannedUntil) ? $bannedUntil : null,
|
||||||
'characters_link' => getLink('characters'),
|
|
||||||
'account_players' => isset($account_players) ? $account_players : null,
|
'account_players' => isset($account_players) ? $account_players : null,
|
||||||
'search_form' => generate_search_form(),
|
'search_form' => generate_search_form(),
|
||||||
'canEdit' => hasFlag(FLAG_CONTENT_PLAYERS) || superAdmin()
|
'canEdit' => hasFlag(FLAG_CONTENT_PLAYERS) || superAdmin()
|
||||||
|
@ -400,7 +400,7 @@
|
|||||||
<td>{% if player.isOnline() %}<b><span style="color: green">Online</span></b>{% endif %}</td>
|
<td>{% if player.isOnline() %}<b><span style="color: green">Online</span></b>{% endif %}</td>
|
||||||
<td>
|
<td>
|
||||||
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
||||||
<form action="{{ characters_link }}" method=post>
|
<form action="{{ getLink('characters') }}" method=post>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<input type="hidden" name="name" value="{{ player.getName() }}"/>
|
<input type="hidden" name="name" value="{{ player.getName() }}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user