use anchor inside page to redirect to Character groups Quests on Character groups-group page
This commit is contained in:
parent
9c0b0d8d07
commit
296343bf3b
2 changed files with 13 additions and 3 deletions
|
@ -707,7 +707,12 @@
|
|||
'groupsgroup',
|
||||
$seminary['url'],
|
||||
$groupsgroup['url']
|
||||
)
|
||||
),
|
||||
0,
|
||||
true,
|
||||
null,
|
||||
true,
|
||||
'quests'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
@ -744,7 +749,12 @@
|
|||
'groupsgroup',
|
||||
$seminary['url'],
|
||||
$groupsgroup['url']
|
||||
)
|
||||
),
|
||||
0,
|
||||
true,
|
||||
null,
|
||||
true,
|
||||
'quests'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</ol>
|
||||
|
||||
|
||||
<h2><?=sprintf(_('%s-Quests'),$groupsgroup['name'])?></h2>
|
||||
<h2 id="quests"><?=sprintf(_('%s-Quests'),$groupsgroup['name'])?></h2>
|
||||
<?php if(count(array_intersect(array('admin', 'moderator'), \hhu\z\controllers\SeminaryController::$character['characterroles'])) > 0) : ?>
|
||||
<nav class="admin">
|
||||
<li><a href="<?=$linker->link(array('charactergroupsquests','create',$seminary['url'],$groupsgroup['url']))?>"><?=sprintf(_('Create new %s-Quest'), $groupsgroup['name'])?></a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue