mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
15 lines
208 B
PHP
15 lines
208 B
PHP
|
<?php get_header(); ?>
|
||
|
|
||
|
<div class="content">
|
||
|
|
||
|
<div class="content-inner">
|
||
|
|
||
|
<?php get_template_part('inc/page-title'); ?>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div><!--/.content-->
|
||
|
|
||
|
<?php get_sidebar(); ?>
|
||
|
|
||
|
<?php get_footer(); ?>
|