Skip to content

Commit 9b3061c

Browse files
New widget zones account_dropdown_before & account_dropdown_after
1 parent e1f94a7 commit 9b3061c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Presentation/SmartStore.Web/Views/Common/AccountDropdown.cshtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@if (Model.IsAuthenticated)
1818
{
1919
<ul class="dropdown-menu shopbar-flyout-container">
20+
@Html.Widget("account_dropdown_before")
2021
<li>
2122
<a href="@Url.Action("Info", "Customer")" rel="nofollow">
2223
<i class="fa fa-user"></i>
@@ -80,6 +81,8 @@
8081
<i class="fa fa-sign-out"></i>
8182
@T("Account.Logout")</a>
8283
</li>
84+
85+
@Html.Widget("account_dropdown_after")
8386
</ul>
8487
}
8588
else

0 commit comments

Comments
 (0)