This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoDesign_Web/src/wp-content/themes/fiatlux/template-galleries-1col.php
2011-12-07 16:10:55 +00:00

14 lines
343 B
PHP

<?php
/*
Template Name: Galleries 1 Col
*/
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-1col'); ?>
</div>
<?php get_template_part('includes/minimize'); ?>
<?php get_footer(); ?>