use anchor inside page to redirect to Character groups Quests on Character groups-group page

This commit is contained in:
oliver 2016-04-10 14:41:16 +02:00
commit 296343bf3b
2 changed files with 13 additions and 3 deletions

View file

@ -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'
)
);
}