| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/sc/ |
Upload File : |
<?php
/* Smarty version 3.1.30, created on 2026-06-27 05:56:50
from "/var/www/clients/client1/web17/web/includes/templates/templates/widgets/booking/elements/booking_event.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02cba381_72189082',
'has_nocache_code' => false,
'file_dependency' =>
array (
'c208afe61f4645a093ec4c1a4bacb7e47e275786' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/widgets/booking/elements/booking_event.tpl',
1 => 1780434062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02cba381_72189082 (Smarty_Internal_Template $_smarty_tpl) {
if (!is_callable('smarty_modifier_date_format')) require_once '/var/www/clients/client1/web17/web/includes/plugins/smarty-3.1.30/plugins/modifier.date_format.php';
?>
<?php if (isset($_smarty_tpl->tpl_vars['assignvar']->value->info->invoice_status) && $_smarty_tpl->tpl_vars['assignvar']->value->info->invoice_status != 3) {?>
<?php $_smarty_tpl->_assignInScope('booking_event_data', $_smarty_tpl->tpl_vars['assignvar']->value->info);
} else { ?>
<?php $_smarty_tpl->_assignInScope('booking_event_data', $_smarty_tpl->tpl_vars['assignvar']->value->info);
}?>
<div class="col-2">
<?php if (!empty($_smarty_tpl->tpl_vars['booking_event_data']->value->booking_event)) {?>
<?php if ($_smarty_tpl->tpl_vars['booking_event_data']->value->invoice_status != 3) {?><img src="<?php echo @constant('SITE_URL');?>
/assets/<?php echo $_smarty_tpl->tpl_vars['booking_event_data']->value->logo;?>
" alt="<?php echo $_smarty_tpl->tpl_vars['booking_event_data']->value->booking_event;?>
" class="event-logo" alt="<?php echo $_smarty_tpl->tpl_vars['booking_event_data']->value->booking_event;?>
" /><?php }?>
<span>
<h6><?php echo $_smarty_tpl->tpl_vars['booking_event_data']->value->booking_event;?>
</h6>
<?php echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['booking_event_data']->value->booking_begin,"%d.%m.%Y");?>
/
<?php echo $_smarty_tpl->tpl_vars['datetime']->value->difference($_smarty_tpl->tpl_vars['booking_event_data']->value->booking_begin,$_smarty_tpl->tpl_vars['booking_event_data']->value->booking_end);?>
Tage
</span>
<?php } else { ?>
<span>
<h6><?php echo $_smarty_tpl->tpl_vars['booking_event_data']->value->booking_event;?>
</h6>
<?php echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['booking_event_data']->value->booking_begin,"%d.%m.%Y");?>
- <?php echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['booking_event_data']->value->booking_end,"%d.%m.%Y");?>
/
<?php echo $_smarty_tpl->tpl_vars['datetime']->value->difference($_smarty_tpl->tpl_vars['booking_event_data']->value->booking_begin,$_smarty_tpl->tpl_vars['booking_event_data']->value->booking_end);?>
Tage
</span>
<?php }?>
</div>
<?php }
}