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 20
20
<?php echo $ block ->escapeHtml ($ block ->getName ()) ?> <br>
21
21
<?php echo $ block ->escapeHtml ($ block ->getCustomer ()->getEmail ()) ?> <br>
22
22
</p>
23
+ <?php echo $ block ->getChildHtml ('customer.account.dashboard.info.extra ' ); ?>
23
24
</div>
24
25
<div class="box-actions">
25
26
<a class="action edit" href="<?php echo $ block ->escapeUrl ($ block ->getUrl ('customer/account/edit ' )) ?> ">
43
44
<?php echo $ block ->escapeHtml (__ ('You don \'t subscribe to our newsletter. ' )) ?>
44
45
<?php endif ; ?>
45
46
</p>
46
- <?php /* Extensions placeholder */ ?>
47
- <?php echo $ block ->getChildHtml ('customer.account.dashboard.info.extra ' )?>
48
47
</div>
49
48
<div class="box-actions">
50
49
<a class="action edit" href="<?php echo $ block ->escapeUrl ($ block ->getUrl ('newsletter/manage ' )) ?> "><span><?php echo $ block ->escapeHtml (__ ('Edit ' )) ?> </span></a>
You can’t perform that action at this time.
0 commit comments