Beispiel #1
0
		<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>
Beispiel #2
0
    ?>
			<div class='container'>
		<?php 
}
?>
		

			<div class='row'>
				

				<?php 
$m = 12;
$l = 12;
$tot = (_TCGO('left-sidebar') == 1) + _TCGO('right-sidebar');
$m -= 3 * $tot;
$l -= 2 * $tot;
?>
				<div class='col s12 m<?php 
echo $m;
?>
 l<?php 
echo $l;
?>
 <?php 
if (_TCGO('left-sidebar')) {
    echo 'push-m3 push-l2';
}
?>
' >
<p>HELLO WORLD</p>