mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 14:53:03 +08:00
15 lines
No EOL
208 B
PHP
15 lines
No EOL
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(); ?>
|