コード例 #1
0
				
				<?php 
    echo Agama::menu('top', 'top-nav-menu');
    ?>
			
			</nav><!-- .top-navigation -->
			
			
			<?php 
    if (get_theme_mod('agama_top_nav_social', true)) {
        ?>
			
				<!-- Top Social -->
				<div id="top-social" class="pull-right">
					<?php 
        Agama::sociali(false, 'animated');
        ?>
				</div><!-- / Top Social -->
				
			<?php 
    }
    ?>
		
		</div>
	</div><!-- .top-wrapper -->
	<?php 
}
?>

	<hgroup>
	
コード例 #2
0
	
	<footer id="colophon" class="clear" role="contentinfo">
		<div class="footer-sub-wrapper clear">
			<div class="site-info col-md-6">
				<?php 
do_action('agama_credits');
?>
			</div><!-- .site-info -->
			
			<?php 
if (get_theme_mod('agama_footer_social', true)) {
    ?>
			<div class="social col-md-6">
				
				<?php 
    Agama::sociali('top');
    ?>
				
			</div>
			<?php 
}
?>
			
		</div>
	</footer><!-- #colophon -->
	
</div><!-- .main-wrapper -->

<?php 
if (get_theme_mod('agama_to_top', true)) {
    ?>