link Questline texts with anchor
This commit is contained in:
parent
e5653a752e
commit
15c3fdf2a6
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?php if(array_key_exists('pos', $questtext)) : ?>
|
<?php if(array_key_exists('pos', $questtext)) : ?>
|
||||||
<?php if($questtext['pos'] > 1) : ?><a href="<?=$linker->link(array($questtext['type_url'],$questtext['pos']-1),5)?>"><</a><?php endif ?>
|
<?php if($questtext['pos'] > 1) : ?><a href="<?=$linker->link(array($questtext['type_url'],$questtext['pos']-1),5,true,null,true,'questtext')?>"><</a><?php endif ?>
|
||||||
<?=$questtext['pos']?>/<?=$questtext['count']?>
|
<?=$questtext['pos']?>/<?=$questtext['count']?>
|
||||||
<?php if($questtext['pos'] < $questtext['count'] && empty($questtext['out_text'])) : ?><a href="<?=$linker->link(array($questtext['type_url'],$questtext['pos']+1),5)?>">></a><?php endif ?>
|
<?php if($questtext['pos'] < $questtext['count'] && empty($questtext['out_text'])) : ?><a href="<?=$linker->link(array($questtext['type_url'],$questtext['pos']+1),5,true,null,true,'questtext')?>">></a><?php endif ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</section>
|
</section>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue