fuc/storage/framework/smarty/compile/27488122c8668ba771d614234572caec01869153_0.file_405.tpl.php
2025-03-13 17:13:42 +08:00

52 lines
1.7 KiB
PHP
Executable File

<?php
/* Smarty version 5.3.1, created on 2024-12-08 22:39:59
from 'file:405.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.3.1',
'unifunc' => 'content_6755afbf7dbe53_14915613',
'has_nocache_code' => false,
'file_dependency' =>
array (
'27488122c8668ba771d614234572caec01869153' =>
array (
0 => '405.tpl',
1 => 1712762115,
2 => 'file',
),
),
'includes' =>
array (
'file:header.tpl' => 1,
'file:footer.tpl' => 1,
),
))) {
function content_6755afbf7dbe53_14915613 (\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = '/www/wwwroot/xiaofu.cloud/resources/views/tabler';
$_smarty_tpl->renderSubTemplate('file:header.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
?>
<body class="border-top-wide border-primary d-flex flex-column">
<div class="page page-center">
<div class="container-tight my-auto">
<div class="empty">
<div class="empty-header">405</div>
<p class="empty-title">不允许的请求方式</p>
<p class="empty-subtitle text-secondary">
Wanna try something stupid I see, now go back to the home page.
</p>
<div class="empty-action">
<a href="/" class="btn btn-primary">
<i class="icon ti ti-chevron-left"></i>
返回主页
</a>
</div>
</div>
</div>
</div>
<?php $_smarty_tpl->renderSubTemplate('file:footer.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
}
}