survey/templates_c/ee47be34cb7d96d9533569c35d6c10d15670e655_0.file.footer.html.php
2023-03-23 14:30:30 +01:00

34 lines
1.1 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-03-23 07:11:18
from 'F:\git\survey\templates\modern\dashboard\footer.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_641bed8605dd17_00986714',
'has_nocache_code' => false,
'file_dependency' =>
array (
'ee47be34cb7d96d9533569c35d6c10d15670e655' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\dashboard\\footer.html',
1 => 1679507927,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_641bed8605dd17_00986714 (Smarty_Internal_Template $_smarty_tpl) {
?> <footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright &copy; JU & MI 2023</div>
</div>
</div>
</footer>
<?php }
}