소스 검색

fix footer

Olivier Massot 5 년 전
부모
커밋
4c8ecd9ab3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ot_templating/Resources/Private/Partials/Footer.html

+ 1 - 1
ot_templating/Resources/Private/Partials/Footer.html

@@ -7,7 +7,7 @@
         <f:comment><!-- Get the footer page' uid if the page is found --></f:comment>
         <v:variable.set value="{ot:getPageUid(slug: '/footer')}" name="footerPageUid"/>
 
-        <f:if condition="{eventsPageUid} > 0">
+        <f:if condition="{footerPageUid} > 0">
             <f:then>
                 <v:menu as="footerMenu" pageUid="{ot:getPageUid(slug: '/footer')}">
                     <f:for each="{footerMenu}" as="footerMenuItem">