fix wording of Achievements and Character groups Quests
This commit is contained in:
parent
b98b22734e
commit
2d23bbc5ce
4 changed files with 21 additions and 13 deletions
|
|
@ -42,7 +42,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h1><i class="fa fa-pencil-square-o fa-fw"></i><?=_('Quests')?></h1>
|
||||
<h1><i class="fa fa-pencil-square-o fa-fw"></i><?=sprintf(_('%s-Quests'),$groupsgroup['name'])?></h1>
|
||||
<ul class="gquests">
|
||||
<?php foreach($quests as &$quest) : ?>
|
||||
<li class="cf">
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
</ol>
|
||||
|
||||
|
||||
<h2><?=_('Character Groups Quests')?></h2>
|
||||
<h2><?=sprintf(_('%s-Quests'),$groupsgroup['name'])?></h2>
|
||||
<ul class="cgqlist">
|
||||
<?php foreach($quests as &$quest) : ?>
|
||||
<li><a href="<?=$linker->link(array('charactergroupsquests','quest',$seminary['url'],$groupsgroup['url'],$quest['url']))?>"><?=$quest['title']?></a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue