mirror of
https://ghproxy.net/https://github.com/AlxMedia/dashscroll.git
synced 2025-08-26 23:28:16 +08:00
15 lines
228 B
PHP
15 lines
228 B
PHP
|
<?php get_header(); ?>
|
||
|
|
||
|
<div class="content">
|
||
|
|
||
|
<?php get_template_part('inc/page-title'); ?>
|
||
|
|
||
|
<div class="content-inner group">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div><!--/.content-->
|
||
|
|
||
|
<div id="move-sidebar-content"></div>
|
||
|
|
||
|
<?php get_footer(); ?>
|