File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,11 @@ function has_sslsb( $domain ) {
160160 @if (env (' DISPLAY_FOOTER' ) === true )
161161 <p>
162162 Copyright © ; @php echo date (' Y' ); @endphp {{ config (' app.name' ) } } <i class=" icon-heart " aria-hidden=" true " ></i> </br>
163- <a href=" {{ url (' ' ) } } /" >Home</a> .
164- <a href=" {{ url (' ' ) } } /pages /terms " target=" _blank " >Terms</a> .
165- <a href=" {{ url (' ' ) } } /pages /privacy " target=" _blank " >Privacy</a> .
166- <a href=" {{ url (' ' ) } } /pages /contact " target=" _blank " >Contact</a>
163+ @php if (Config:: get (' meta.display_link_home' ) != ' false' and Config:: get (' meta.display_link_terms' ) != ' false' and Config:: get (' meta.display_link_privacy' ) != ' false' and Config:: get (' meta.display_link_contact' ) != ' false' ){$dot = " . " ; } else {$dot = "  " ;} @endphp
164+ @if (Config:: get (' meta.display_link_home' ) != ' false' )<a class=" footer-hover spacing " @if (Config:: get (' meta.custom_link_home' ) != ' ' )href=" {{ Config:: get (' meta.custom_link_home' ) } }" @else href=" {{ url (' ' ) } } /" @endif > @if (Config:: get (' meta.custom_text_home' ) != ' ' ){{ Config:: get (' meta.custom_text_home' ) } }@else Home @endif </a>{!! $dot ! !}@endif
165+ @if (Config:: get (' meta.display_link_terms' ) != ' false' )<a class=" footer-hover spacing " href=" {{ url (' ' ) } } /pages /terms " >Terms</a>{!! $dot ! !}@endif
166+ @if (Config:: get (' meta.display_link_privacy' ) != ' false' )<a class=" footer-hover spacing " href=" {{ url (' ' ) } } /pages /privacy " >Privacy</a>{!! $dot ! !}@endif
167+ @if (Config:: get (' meta.display_link_contact' ) != ' false' )<a class=" footer-hover spacing " href=" {{ url (' ' ) } } /pages /contact " >Contact</a>@endif
167168 </p>
168169 @endif
169170@if (env (' DISPLAY_CREDIT' ) === true )
You can’t perform that action at this time.
0 commit comments