show ?last? Quest on Character profile (only for moderators) (Issue #103)
This commit is contained in:
parent
4f2bc32024
commit
1cb99d841c
1 changed files with 8 additions and 0 deletions
|
|
@ -98,3 +98,11 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
<?php if(!is_null($lastQuest)) : ?>
|
||||
<section>
|
||||
<h2><?=_('Last Quest')?></h2>
|
||||
<p><i class="fa fa-pencil-square-o fa-fw"></i><a href="<?=$linker->link(array('quests','quest',$seminary['url'],$lastQuest['questgroup']['url'],$lastQuest['url']))?>"><?=$lastQuest['title']?></a></p>
|
||||
</section>
|
||||
<?php endif ?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue