Files
hustoj/web/template/sidebar/category.php
2024-10-10 12:56:56 +08:00

13 lines
506 B
PHP

<?php $show_title="$MSG_SOURCE - $OJ_NAME"; ?>
<?php include("template/$OJ_TEMPLATE/header.php");?>
<div class="padding">
<div style="margin-top: 0px; margin-bottom: 14px; padding-bottom: 0px; " >
<p class="transition visible">
<h1 style="margin-left: 10px; display: inline-block; "><?php echo $MSG_SOURCE?></h1>
</p>
<div class="ui existing segment">
<?php echo $view_category?>
</div>
</div>
<?php include("template/$OJ_TEMPLATE/footer.php");?>