Skip to content

Commit bb6de5a

Browse files
Newsletter subscription and legal info weren't displayed according to their settings Zendesk ticket 892 & 888
1 parent ab63aad commit bb6de5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<div class="footer-disclaimer container">
129129
<div class="row">
130130
<div class="span8">
131-
@if (!Model.ShowLegalInfo)
131+
@if (Model.ShowLegalInfo)
132132
{
133133
<div class="footer-legal">
134134
@Html.Raw(Model.LegalInfo)

0 commit comments

Comments
 (0)