set icon for Character groups also on manage-page
This commit is contained in:
parent
eb84378dbc
commit
8cbbd2525b
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,11 @@
|
|||
|
||||
<h1><?=_('Manage Character group')?></h1>
|
||||
<div class="gbanner cf">
|
||||
<img src="http://s1.directupload.net/images/140325/3eqybn4i.png" class="gbanner">
|
||||
<?php if(!is_null($group['seminaryupload_id'])) : ?>
|
||||
<img src="<?=$linker->link(array('uploads','charactergroup',$seminary['url'],$groupsgroup['url'],$group['url']))?>" class="gbanner">
|
||||
<?php else : ?>
|
||||
<img src="<?=$linker->link(array('grafics','charactergroup.jpg'))?>" class="gbanner">
|
||||
<?php endif ?>
|
||||
<h1><?=$group['name']?></h1>
|
||||
<p>"<?=$group['motto']?>"</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue