mirror of
https://gh.wpcy.net/https://github.com/AlxMedia/typesolid.git
synced 2026-07-15 11:17:09 +08:00
11 lines
No EOL
201 B
PHP
11 lines
No EOL
201 B
PHP
<?php get_header(); ?>
|
|
|
|
<div class="content">
|
|
<div class="content-wrap">
|
|
<?php get_template_part('inc/page-title'); ?>
|
|
</div>
|
|
</div><!--/.content-->
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|