Files
blog/admin/options-theme.php
2026-03-21 17:04:18 +08:00

25 lines
577 B
PHP
Executable File

<?php
include 'common.php';
include 'header.php';
include 'menu.php';
?>
<main class="main">
<div class="body container">
<?php include 'page-title.php'; ?>
<?php include 'theme-tabs.php'; ?>
<div class="row typecho-page-main" role="main">
<div class="col-mb-12 col-tb-8 col-tb-offset-2" role="form">
<?php \Widget\Themes\Config::alloc()->config()->render(); ?>
</div>
</div>
</div>
</main>
<?php
include 'copyright.php';
include 'common-js.php';
include 'form-js.php';
include 'footer.php';
?>