Exemplo n.º 1
0
				<?php 
/* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used.  */
wp_nav_menu(array('container_class' => 'menu', 'menu_id' => 'prime_nav', 'theme_location' => 'primary'));
?>
			</nav><!-- #access -->
		</div><!-- #masthead -->

<div style="clear:both;"> </div>

	</header><!-- #header -->
	<div id="main">
	<div  id="forbottom" >
			<div class="socials" id="smenul">
<?php 
if ($mantra_socialsdisplay1) {
    mantra_set_social_icons();
}
?>
</div>
			<div class="socials" id="smenur">
<?php 
if ($mantra_socialsdisplay2) {
    mantra_set_social_icons();
}
?>
</div>
<div style="clear:both;"> </div> 
<?php 
if ($mantra_breadcrumbs == "Enable") {
    mantra_breadcrumbs();
}
Exemplo n.º 2
0
function mantra_footer_socials()
{
    mantra_set_social_icons('sfooter');
}