Skip to content

Commit

Permalink
use navigation_jumpTo instead of the no longer avaiable articleID
Browse files Browse the repository at this point in the history
  • Loading branch information
denniserdmann committed Nov 21, 2019
1 parent 947f3a1 commit 0442794
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
<ul class="onepage_navigation__list">
<?php foreach ($this->navigation as $nav): ?>
<li<?php if($nav->css): ?> class="<?= $nav->css;?>"<?php endif; ?>>
<a href="<?= $nav->onepage_jump; ?>" data-onepagelink="<?= $nav->articleID ?>" title="<?= $nav->title ?>">
<a href="<?= $nav->onepage_jump; ?>" data-onepagelink="<?= $nav->navigation_jumpTo ?>" title="<?= $nav->title ?>">
<?= $nav->title ?>
</a>
</li>
Expand Down

0 comments on commit 0442794

Please sign in to comment.