mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-13 09:52:20 +02:00
Legacy support for themes
This commit is contained in:
parent
6f6e260f4b
commit
5f38bee1cc
@ -198,7 +198,7 @@ foreach($pages as $page)
|
|||||||
|
|
||||||
<!-- Short Bio -->
|
<!-- Short Bio -->
|
||||||
<div class="mt-5 fadein">
|
<div class="mt-5 fadein">
|
||||||
<?php echo $message->home_message; ?>
|
<center><?php echo $message->home_message; ?></center>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -241,7 +241,7 @@ foreach($pages as $page)
|
|||||||
@endif
|
@endif
|
||||||
</br></br>
|
</br></br>
|
||||||
|
|
||||||
<div class="fadein">
|
<center><div class="fadein">
|
||||||
@if(config('advanced-config.home_footer') == 'custom')
|
@if(config('advanced-config.home_footer') == 'custom')
|
||||||
<p><?php $year = date("Y"); echo strtr(config('advanced-config.custom_home_footer_text'), array('{year}' => $year)); ?></p>
|
<p><?php $year = date("Y"); echo strtr(config('advanced-config.custom_home_footer_text'), array('{year}' => $year)); ?></p>
|
||||||
@elseif(config('advanced-config.home_footer') == 'alt')
|
@elseif(config('advanced-config.home_footer') == 'alt')
|
||||||
@ -250,7 +250,7 @@ foreach($pages as $page)
|
|||||||
@else
|
@else
|
||||||
<p>and {{ $countButton - 3 }} other buttons ...</p>
|
<p>and {{ $countButton - 3 }} other buttons ...</p>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div></center>
|
||||||
|
|
||||||
<hr class="my-4" style="display:none">
|
<hr class="my-4" style="display:none">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user