1) implement basic CharactersAgent
2) use view for Character groups
This commit is contained in:
parent
50442a4852
commit
aba02981b4
15 changed files with 311 additions and 11 deletions
|
|
@ -17,6 +17,9 @@
|
|||
<?php if(!is_null($loggedUser)) : ?>
|
||||
<div id="user">
|
||||
<a href="<?=$linker->link(array('users',$loggedUser['url']))?>"><?=$loggedUser['username']?></a>
|
||||
<?php if(!is_null($loggedCharacter)) : ?>
|
||||
<?=_('as')?> <a href="<?=$linker->link(array('characters','character',$loggedSeminary['url'],$loggedCharacter['url']))?>"><?=$loggedCharacter['name']?></a> (<?=$loggedCharacter['xps']?> XPs)
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue