@include('layouts.lang') @php $GLOBALS['themeName'] = config('advanced-config.home_theme'); @endphp @if(theme('enable_custom_code') == "true" and theme('enable_custom_head') == "true" and env('ALLOW_CUSTOM_CODE_IN_THEMES') == 'true')@include($GLOBALS['themeName'] . '.extra.custom-head')@endif @include('layouts.analytics') @if(env('CUSTOM_META_TAGS') == 'true' and config('advanced-config.title') != '') {{ config('advanced-config.title') }} @else {{ config('app.name') }} @endif home_message); ?> @if(env('CUSTOM_META_TAGS') == 'true') @include('layouts.meta') @else @endif @if(file_exists(base_path("littlelink/images/avatar.png" ))) @else @endif @if(config('advanced-config.home_theme') != '' and config('advanced-config.home_theme') != 'default') @if(file_exists(base_path('themes/' . config('advanced-config.home_theme') . '/animations.css'))) @else @endif @else @if ($color_scheme_override == 'dark') @elseif ($color_scheme_override == 'light') @elseif (config('advanced-config.theme') == 'dark') @elseif (config('advanced-config.theme') == 'light') @else @endif @endif {{-- custom font for logo text --}} @if(theme('enable_custom_code') == "true" and theme('enable_custom_body') == "true" and env('ALLOW_CUSTOM_CODE_IN_THEMES') == 'true')@include($GLOBALS['themeName'] . '.extra.custom-body')@endif @if(config('advanced-config.home_theme') != '' and config('advanced-config.home_theme') != 'default')
@endif get(); foreach($pages as $page) { //Gets value from database } ?>
@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/avatar.png" ))) avatar @else
Logo
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
button-iconGithub
button-iconTwitter
button-iconInstagram
@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')
@if(theme('enable_custom_code') == "true" and theme('enable_custom_body_end') == "true" and env('ALLOW_CUSTOM_CODE_IN_THEMES') == 'true')@include($GLOBALS['themeName'] . '.extra.custom-body-end')@endif