Skip to content

Commit

Permalink
Correct depth of footer DDR menu
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter committed Dec 22, 2023
1 parent d0d23fc commit db15789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNN Platform/Skins/Aperture/partials/_footer.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="aperture-container">
<div class="footer-left">
<div class="footer-menu">
<dnn:MENU id="menu_footer" CssClass="dnn-d-none dnn-d-md-block" MenuStyle="menus/footer" runat="server" NodeSelector="*,0,1"></dnn:MENU>
<dnn:MENU id="menu_footer" CssClass="dnn-d-none dnn-d-md-block" MenuStyle="menus/footer" runat="server" NodeSelector="*,0,0"></dnn:MENU>
</div>
<div class="footer-terms-privacy">
<dnn:TERMS id="dnnTerms" Text="Terms" runat="server" CssClass="dnn-terms" /><dnn:PRIVACY id="dnnPrivacy" Text="Privacy" runat="server" />
Expand Down

0 comments on commit db15789

Please sign in to comment.