14 lines
356 B
Smarty
14 lines
356 B
Smarty
<h1><?=_('Seminaries')?></h1>
|
|
<h2><?=$seminary['title']?></h2>
|
|
|
|
<?=$questgroupshierarchypath?>
|
|
<?=$questgroupspicture?>
|
|
|
|
<?php if(!is_null($media)) : ?>
|
|
<img src="<?=$linker->link(array('media','index',$seminary['url'],$media['url']))?>" />
|
|
<?php endif ?>
|
|
|
|
<h3><?=sprintf(_('Submission of %s'),$character['name'])?></h1>
|
|
<section>
|
|
<?=$output?>
|
|
</section>
|