git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_Web/trunk@2 7e4b4a24-fdbc-5948-a674-f6f81f2ee942
14 lines
345 B
PHP
14 lines
345 B
PHP
<?php
|
|
/*
|
|
Template Name: Galleries 4 Cols
|
|
*/
|
|
|
|
get_header();
|
|
get_template_part('includes/standard_bg');
|
|
?>
|
|
<div class="ml_wrapper">
|
|
<div id="ml_all_content" class="ml_with_no_sidebar">
|
|
<?php get_template_part('includes/loop-galleries-4cols'); ?>
|
|
</div>
|
|
<?php get_template_part('includes/minimize'); ?>
|
|
<?php get_footer(); ?>
|