11<div class =" container" >
2- <div class =" footer fadein" style =" margin :5% 0px 35px 0px ;" >
3- @if (env (' DISPLAY_FOOTER' ) === true )
4- @if (env (' DISPLAY_FOOTER_HOME' ) === true )<a class =" footer-hover spacing" href =" @if (str_replace (' "' , " " , EnvEditor:: getKey (' HOME_FOOTER_LINK' )) === " " ){{ url (' ' ) } }@else {{ str_replace (' "' , " " , EnvEditor:: getKey (' HOME_FOOTER_LINK' )) } }@endif " >{{ str_replace (' "' , " " , EnvEditor:: getKey (' TITLE_FOOTER_HOME' ))} } </a >@endif
5- @if (env (' DISPLAY_FOOTER_TERMS' ) === true )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/terms " >{{ env (' TITLE_FOOTER_TERMS' )} } </a >@endif
6- @if (env (' DISPLAY_FOOTER_PRIVACY' ) === true )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/privacy " >{{ env (' TITLE_FOOTER_PRIVACY' )} } </a >@endif
7- @if (env (' DISPLAY_FOOTER_CONTACT' ) === true )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/contact " >{{ env (' TITLE_FOOTER_CONTACT' )} } </a >@endif
8- @endif
9- </div >
10-
11- @if (env (' DISPLAY_CREDIT' ) === true )
12- <div class =" credit-footer" ><a style =" text-decoration : none ;" class =" spacing" href =" https://littlelink-custom.com" target =" _blank" title =" Learn more" >
13- <section class =" credit-hover hvr-grow fadein" >
14- <div class =" parent-footer credit-icon" >
15- <img id =" footer_spin" class =" footer_spin image-footer1 generic" src =" {{ asset (' littlelink/images/just-gear.svg' ) } }" alt =" LittleLink Custom" ></img >
16- <img class =" image-footer2" src =" {{ asset (' littlelink/images/just-ll.svg' ) } }" alt =" LittleLink Custom" ></img >
17- </div >
18-
19- <a href =" https://littlelink-custom.com" target =" _blank" title =" Learn more" class =" credit-txt credit-txt-clr credit-text" >Powered by LittleLink Custom</a >
20- </section >
21- </a ></div ><br ><br ><br >
22- @endif
23- </div >
2+ <div class =" footer fadein" style =" margin :5% 0px 35px 0px ;" >
3+ @if (env (' DISPLAY_FOOTER' ) === true )
4+ @if (env (' DISPLAY_FOOTER_HOME' ) === true )<a class =" footer-hover spacing" href =" @if (str_replace (' "' , " " , EnvEditor:: getKey (' HOME_FOOTER_LINK' )) === " " ){{ url (' ' ) } }@else {{ str_replace (' "' , " " , EnvEditor:: getKey (' HOME_FOOTER_LINK' )) } }@endif " >{{ str_replace (' "' , " " , EnvEditor:: getKey (' TITLE_FOOTER_HOME' ))} } </a >@endif
5+ @if (env (' DISPLAY_FOOTER_TERMS' ) === true )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/{{ strtolower ( env ( ' TITLE_FOOTER_TERMS ' )) } } " >{{ env (' TITLE_FOOTER_TERMS' )} } </a >@endif
6+ @if (env (' DISPLAY_FOOTER_PRIVACY' ) === true )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/{{ strtolower ( env ( ' TITLE_FOOTER_PRIVACY ' )) } } " >{{ env (' TITLE_FOOTER_PRIVACY' )} } </a >@endif
7+ @if (env (' DISPLAY_FOOTER_CONTACT' ) === true )<a class =" footer-hover spacing" href =" {{ url (' ' ) } } /pages/{{ strtolower ( env ( ' TITLE_FOOTER_CONTACT ' )) } } " >{{ env (' TITLE_FOOTER_CONTACT' )} } </a >@endif
8+ @endif
9+ </div >
10+
11+ @if (env (' DISPLAY_CREDIT' ) === true )
12+ <div class =" credit-footer" ><a style =" text-decoration : none ;" class =" spacing" href =" https://littlelink-custom.com" target =" _blank" title =" Learn more" >
13+ <section class =" credit-hover hvr-grow fadein" >
14+ <div class =" parent-footer credit-icon" >
15+ <img id =" footer_spin" class =" footer_spin image-footer1 generic" src =" {{ asset (' littlelink/images/just-gear.svg' ) } }" alt =" LittleLink Custom" ></img >
16+ <img class =" image-footer2" src =" {{ asset (' littlelink/images/just-ll.svg' ) } }" alt =" LittleLink Custom" ></img >
17+ </div >
18+
19+ <a href =" https://littlelink-custom.com" target =" _blank" title =" Learn more" class =" credit-txt credit-txt-clr credit-text" >Powered by LittleLink Custom</a >
20+ </section >
21+ </a ></div ><br ><br ><br >
22+ @endif
23+ </div >
0 commit comments