Afetec_Web/referencia/plantillas/positive-premium-multipurpose-wordpress-theme/positive/page-sidebar.php

10 lines
189 B
PHP
Raw Normal View History

<?php
/**
* Template Name: With Sidebar (Right)
*/
?>
<?php get_header(); ?>
<?php get_template_part("includes/layouts/page-layout","sidebar-right");?>
<?php get_footer(); ?>