show ?last? Quest on Character profile (only for moderators) (Issue #103)
This commit is contained in:
parent
daf303fe04
commit
ce1cb577f6
1 changed files with 8 additions and 0 deletions
|
|
@ -98,3 +98,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</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