mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
17 lines
378 B
PHP
17 lines
378 B
PHP
<?php use LTK\Foundation\ViewHelper; ?>
|
|
<?php get_header(); ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="<?php ViewHelper::getColumnClass('center'); ?>">
|
|
<?php get_template_part('templates/content/lists/search'); ?>
|
|
</div>
|
|
|
|
<?php get_template_part('templates/sidebars/column-left'); ?>
|
|
|
|
<?php get_template_part('templates/sidebars/column-right'); ?>
|
|
|
|
</div>
|
|
|
|
<?php get_footer(); ?>
|