File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Customer/view/frontend/templates/account/dashboard Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2020 <?= $ block ->escapeHtml ($ block ->getName ()) ?> <br>
2121 <?= $ block ->escapeHtml ($ block ->getCustomer ()->getEmail ()) ?> <br>
2222 </p>
23+ <?= $ block ->getChildHtml ('customer.account.dashboard.info.extra ' ); ?>
2324 </div>
2425 <div class="box-actions">
2526 <a class="action edit" href="<?= $ block ->escapeUrl ($ block ->getUrl ('customer/account/edit ' )) ?> ">
4344 <?= $ block ->escapeHtml (__ ('You aren \'t subscribed to our newsletter. ' )) ?>
4445 <?php endif ; ?>
4546 </p>
46- <?php /* Extensions placeholder */ ?>
47- <?= $ block ->getChildHtml ('customer.account.dashboard.info.extra ' ) ?>
4847 </div>
4948 <div class="box-actions">
5049 <a class="action edit" href="<?= $ block ->escapeUrl ($ block ->getUrl ('newsletter/manage ' )) ?> "><span><?= $ block ->escapeHtml (__ ('Edit ' )) ?> </span></a>
You can’t perform that action at this time.
0 commit comments