コード例 #1
0
ファイル: index.php プロジェクト: ClayMoreBoy/mx
    /**
     * recommended box
     */
    if (method_exists('theme_functions', 'the_recommended')) {
        theme_functions::the_recommended();
    }
    ?>
		</div>
	<?php 
}
?>

	<div class="row">
		<div id="main" class="g-desktop-3-4">
			
			<?php 
/**
 * homebox 
 */
theme_functions::the_homebox();
?>
			
		</div><!-- /#main -->
		<?php 
get_sidebar();
?>
	</div>
	
</div>
<?php 
get_footer();