File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
app/code/Magento/Wishlist/view/frontend/templates Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 10
10
?>
11
11
12
12
<?php if ($ this ->helper ('Magento\Wishlist\Helper\Data ' )->isAllow ()) : ?>
13
- <?php if ($ block ->getPagerHtml ()): ?>
14
- <div class="toolbar"><?php echo $ block ->getPagerHtml (); ?> </div>
15
- <?php endif ?>
13
+ <div class="toolbar"><?php echo $ block ->getChildHtml ('wishlist_item_pager ' ); ?> </div>
16
14
<?= ($ block ->getChildHtml ('wishlist.rss.link ' )) ?>
17
15
<form class="form-wishlist-items" id="wishlist-view-form"
18
16
data-mage-init='{"wishlist":{
55
53
<% } %>
56
54
</form>
57
55
</script>
58
- <?php if ($ block ->getPagerHtml ()): ?>
59
- <div class="toolbar"><br><?php echo $ block ->getPagerHtml (); ?> </div>
60
- <?php endif ?>
56
+ <div class="toolbar"><br><?php echo $ block ->getChildHtml ('wishlist_item_pager ' ); ?> </div>
61
57
<?php endif ?>
You can’t perform that action at this time.
0 commit comments