@if (Route::has('login'))
@auth
Studio
@else
Log in
@if (Route::has('register') and $page->register == 'true')
Register
@elseif (env('REGISTER_OVERRIDE') === true)
Register
@endif
@endauth
@endif
@if(file_exists(base_path("littlelink/images/").findFile('avatar')))
@else
l
@endif
{{ config('app.name') }}
home_message; ?>
@if(config('advanced-config.use_custom_buttons') == 'true')
@foreach($array as $button)
@php $linkName = str_replace('default ','',$button['button']) @endphp
@if($button['button'] === "custom" and ($button['custom_css'] === "" or $button['custom_css'] === "NULL") or (theme('allow_custom_buttons') == "false" and $button['button'] === "custom"))
@elseif($button['button'] === "custom" and $button['custom_css'] != "")
@elseif($button['button'] === "buy me a coffee")
@elseif($button['button'] === "custom_website" and ($button['custom_css'] === "" or $button['custom_css'] === "NULL") or (theme('allow_custom_buttons') == "false" and $button['button'] === "custom_website"))
@elseif($button['button'] === "custom_website" and $button['custom_css'] != "")
@elseif($button['button'] === "space")
",$button['title']);
elseif (is_numeric($button['title']) and $button['title'] >= 10)
echo str_repeat("
",10);
else
echo "
"
?>
@elseif($button['button'] === "heading")
{{ $button['title'] }}
@else
@endif
@endforeach
@else
@endif
@if(config('advanced-config.home_footer') == 'custom')
$year)); ?>
@elseif(config('advanced-config.home_footer') == 'alt')
- Button combinations
@elseif(config('advanced-config.home_footer') == 'false')
@else
and {{ $countButton - 3 }} other buttons ...
@endif
updated pages
@include('layouts.footer')