Exemple #1
0
			<?php 
if (GZ::get_options('skip_links')) {
    ?>
				| <a href="#content"><?php 
    _e('Main content', 'guangzhou');
    ?>
</a>
			<?php 
}
?>

			<?php 
foreach (GZ::bottom_menu() as $link) {
    ?>
				| <?php 
    echo GZ::link_detail($link);
    ?>
			<?php 
}
?>
			
			<?php 
if (GZ::get_options('copyright')) {
    echo '| ' . str_replace('%year%', date('Y'), GZ::get_options('copyright'));
}
?>
		</div>
		<div style="clear: both"></div>
	</div>
</div>