码桶

发现社区成员的开源项目

飞扬 / LB_Down 公开
main
LB_Down/page.php
page.php435 B
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit;

$this->need('header.php');
?>

<div class="content-area">
    <article class="page-content">
        <h1 class="page-title"><?php $this->title(); ?></h1>
        <div class="page-body fmt">
            <?php $this->content(); ?>
        </div>
    </article>

    <?php $this->need('comments.php'); ?>
</div>

<?php $this->need('sidebar.php'); ?>

<?php $this->need('footer.php'); ?>