コード例 #1
0
ファイル: footer.php プロジェクト: thejfraser/the-conference
		<div class="footer-copyright">
			<?php 
if (_TCGO('enable-container')) {
    ?>
<div class='container'><?php 
}
?>
				<?php 
apply_filters('footer_left_text', '');
?>
				<div class="right">
					<?php 
apply_filters('footer_right_text', '');
?>
				</div>
			<?php 
if (_TCGO('enable-container')) {
    ?>
</div><?php 
}
?>
		</div>
	</footer>
	<?php 
_TCCE('primary-menu-mobile');
?>
	<?php 
wp_footer();
?>
</body>
</html>
コード例 #2
0
ファイル: header.php プロジェクト: thejfraser/the-conference
</div><?php 
}
?>
		<nav class="<?php 
_TCEO('nav-class');
?>
">
			<?php 
if (_TCGO('enable-container')) {
    ?>
<div class='container'><?php 
}
?>
			<div class="nav-wrapper">
				<?php 
_TCCE('primary-menu');
?>
				<ul class="hide-on-med-and-up">	
					<li><a id='primary-menu-open' data-activates="primary-menu-mobile"><i class="tiny material-icons left">menu</i> <?php 
_e('MENU', _TXTDOM());
?>
</a></li>
				</ul>
			</div>
			<?php 
if (_TCGO('enable-container')) {
    ?>
</div><?php 
}
?>
		</nav>