implement fields for Characters for Seminaries (Ticket #23)
This commit is contained in:
parent
82f75fff47
commit
3af0e9d570
3 changed files with 66 additions and 1 deletions
|
|
@ -6,6 +6,9 @@
|
|||
<p>
|
||||
XPs: <?=$character['xps']?><br />
|
||||
<?=_('User')?>: <a href="<?=$linker->link(array('users','user',$user['url']))?>"><?=$user['username']?></a><br />
|
||||
<?php foreach($characterfields as &$field) : ?>
|
||||
<?=$field['title']?>: <?=$field['value']?><br />
|
||||
<?php endforeach ?>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue