| Server IP : 213.255.246.8 / Your IP : 216.73.217.138 Web Server : Apache System : Linux dublin.stapolin.com 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : stapolin ( 1019) PHP Version : 8.4.24 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/stapolin/whmdir/templates_c/ |
Upload File : |
<?php
/* Smarty version 3.1.36, created on 2023-08-20 11:55:42
from '/home/stapolin/billing.stapolin.com/templates/six/includes/panel.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.36',
'unifunc' => 'content_64e1ff3ed0b513_68564755',
'has_nocache_code' => false,
'file_dependency' =>
array (
'ed1c5bd37962dfc83aa8c7e2213c2b2446e0ec3a' =>
array (
0 => '/home/stapolin/billing.stapolin.com/templates/six/includes/panel.tpl',
1 => 1692214358,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64e1ff3ed0b513_68564755 (Smarty_Internal_Template $_smarty_tpl) {
?><div class="panel panel-<?php echo $_smarty_tpl->tpl_vars['type']->value;?>
">
<?php if ((isset($_smarty_tpl->tpl_vars['headerTitle']->value))) {?>
<div class="panel-heading">
<h3 class="panel-title"><strong><?php echo $_smarty_tpl->tpl_vars['headerTitle']->value;?>
</strong></h3>
</div>
<?php }?>
<?php if ((isset($_smarty_tpl->tpl_vars['bodyContent']->value))) {?>
<div class="panel-body<?php if ((isset($_smarty_tpl->tpl_vars['bodyTextCenter']->value))) {?> text-center<?php }?>">
<?php echo $_smarty_tpl->tpl_vars['bodyContent']->value;?>
</div>
<?php }?>
<?php if ((isset($_smarty_tpl->tpl_vars['footerContent']->value))) {?>
<div class="panel-footer<?php if ((isset($_smarty_tpl->tpl_vars['footerTextCenter']->value))) {?> text-center<?php }?>">
<?php echo $_smarty_tpl->tpl_vars['footerContent']->value;?>
</div>
<?php }?>
</div>
<?php }
}