This commit is contained in:
CHIEFSOFT\ameye
2023-09-28 08:56:09 -04:00
parent 7470750413
commit 007537d383
8 changed files with 27 additions and 25 deletions
+5 -4
View File
@@ -45,11 +45,12 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{children}
</main>
< Footer3 />
{!footerStyle && < Footer1 />}
{footerStyle == 1 ? < Footer1 /> : null}
{footerStyle == 2 ? < Footer2 /> : null}
{footerStyle == 3 ? < Footer3 /> : null}
{/*{!footerStyle && < Footer1 />}*/}
{/*{footerStyle == 1 ? < Footer1 /> : null}*/}
{/*{footerStyle == 2 ? < Footer2 /> : null}*/}
{/*{footerStyle == 3 ? < Footer3 /> : null}*/}
<BackToTop />
</div>