mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
16 lines
205 B
PHP
16 lines
205 B
PHP
<?php
|
|
global $SMTheme;
|
|
|
|
get_header();
|
|
?>
|
|
|
|
|
|
<?php get_template_part('theloop'); ?>
|
|
|
|
<?php comments_template(); ?>
|
|
|
|
<?php get_template_part('navigation'); ?>
|
|
|
|
<?php
|
|
get_footer();
|
|
?>
|