do not show Quest media on page for Character submission
This commit is contained in:
parent
6e6378ffb0
commit
b809b5ebbb
1 changed files with 1 additions and 5 deletions
|
|
@ -7,11 +7,7 @@
|
|||
<?=$questgroupshierarchypath?>
|
||||
<h2><?=$quest['title']?></h2>
|
||||
|
||||
<?php if(!is_null($media)) : ?>
|
||||
<img src="<?=$linker->link(array('media','seminary',$seminary['url'],$media['url']))?>" />
|
||||
<?php endif ?>
|
||||
|
||||
<h2><?=sprintf(_('Submission of %s'),$character['name'])?></h2>
|
||||
<h3><?=sprintf(_('Submission of %s'),$character['name'])?></h3>
|
||||
<section>
|
||||
<?=$output?>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue