mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
preparation for guild wars
This commit is contained in:
parent
51e9bb2a7f
commit
5487314230
@ -148,6 +148,7 @@ if($db->hasColumn('players', 'guildnick'))
|
||||
|
||||
$twig->display('guilds.view.html.twig', array(
|
||||
'logo' => $guild_logo,
|
||||
'guild' => $guild,
|
||||
'guild_id' => $guild->getId(),
|
||||
'guild_name' => $guild_name,
|
||||
'description' => $description,
|
||||
|
@ -265,7 +265,7 @@
|
||||
</div>
|
||||
<br>
|
||||
|
||||
{{ hook(constant('HOOK_GUILDS_AFTER_INVITED_CHARACTERS'), { 'guild_id': guild_id }) }}
|
||||
{{ hook(constant('HOOK_GUILDS_AFTER_INVITED_CHARACTERS'), { 'guild': guild, 'isLeader': isLeader }) }}
|
||||
|
||||
<div class="TableContainer">
|
||||
<table class="Table3" cellpadding="0" cellspacing="0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user