mirror of
https://gh.wpcy.net/https://github.com/AlxMedia/indite.git
synced 2026-05-28 00:33:37 +08:00
11 lines
No EOL
181 B
PHP
11 lines
No EOL
181 B
PHP
<?php get_header(); ?>
|
|
|
|
<div class="content">
|
|
|
|
<?php get_template_part('inc/page-title'); ?>
|
|
|
|
</div><!--/.content-->
|
|
|
|
<div id="move-sidebar-content"></div>
|
|
|
|
<?php get_footer(); ?>
|