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