Legacy support for themes

This commit is contained in:
Julian Prieber 2023-01-25 20:11:50 +01:00
parent 6f6e260f4b
commit 5f38bee1cc
1 changed files with 3 additions and 3 deletions

View File

@ -198,7 +198,7 @@ foreach($pages as $page)
<!-- Short Bio -->
<div class="mt-5 fadein">
<?php echo $message->home_message; ?>
<center><?php echo $message->home_message; ?></center>
</div>
@ -241,7 +241,7 @@ foreach($pages as $page)
@endif
</br></br>
<div class="fadein">
<center><div class="fadein">
@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>
@elseif(config('advanced-config.home_footer') == 'alt')
@ -250,7 +250,7 @@ foreach($pages as $page)
@else
<p>and {{ $countButton - 3 }} other buttons ...</p>
@endif
</div>
</div></center>
<hr class="my-4" style="display:none">