feat: add env variable for website base url
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<a href="https://www.ep-reisen.de" title="zur E&P Website">
|
||||
<a href="{{ website_base_url }}" title="zur E&P Website">
|
||||
{% if booking_theme() == 'sbw' %}
|
||||
<img src="{{ asset('build/images/logo_sbw.svg') }}" alt="" class="h-10 my-2 w-auto">
|
||||
{% elseif booking_theme() == 'ser' %}
|
||||
|
||||
Reference in New Issue
Block a user