check XP-level for user?s Character listing
This commit is contained in:
parent
80cad623bb
commit
879462a919
2 changed files with 8 additions and 1 deletions
|
|
@ -38,7 +38,9 @@
|
|||
<?=$character['name']?>
|
||||
<?php endif ?>
|
||||
</p>
|
||||
<?php if(array_key_exists('xplevel', $character) && !is_null($character['xplevel'])) : ?>
|
||||
<p><small><?=_('Level')?> <?=$character['xplevel']['level']?></small></p>
|
||||
<?php endif ?>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue