mirror of
https://ghproxy.net/https://github.com/AlxMedia/dashwall.git
synced 2025-08-26 06:23:06 +08:00
11 lines
No EOL
159 B
PHP
11 lines
No EOL
159 B
PHP
<?php get_header(); ?>
|
|
|
|
<div class="page-col-center">
|
|
|
|
<?php get_template_part('inc/page-title'); ?>
|
|
|
|
</div>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|