Consistent use of PHP alternative syntax

This commit is contained in:
Scott Walkinshaw
2012-08-31 14:56:29 -04:00
parent 09b236e6bb
commit 96648f0056
3 changed files with 27 additions and 29 deletions

View File

@@ -17,15 +17,15 @@
<div id="main" class="<?php roots_main_class(); ?>" role="main">
<?php include roots_template_path(); ?>
</div>
<?php if (roots_sidebar()) { ?>
<?php if (roots_sidebar()) : ?>
<aside id="sidebar" class="<?php roots_sidebar_class(); ?>" role="complementary">
<?php get_template_part('templates/sidebar'); ?>
</aside>
<?php } ?>
<?php endif; ?>
</div><!-- /#content -->
</div><!-- /#wrap -->
<?php get_template_part('templates/footer'); ?>
</body>
</html>
</html>