2014-10-04 17:31:15 +03:00
|
|
|
<div class="clear"></div>
|
2014-09-30 12:13:06 +03:00
|
|
|
|
2014-10-06 04:39:03 +03:00
|
|
|
<footer class="clear">
|
2014-10-04 17:31:15 +03:00
|
|
|
<div class="content grid">
|
|
|
|
<div class="col4">
|
|
|
|
<h3>OpenFest</h3>
|
|
|
|
<p>
|
|
|
|
<?php wp_nav_menu(array('theme_location' => 'footer-openfest', 'items_wrap' => '%3$s<br/>' )); ?>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2014-10-07 16:17:21 +03:00
|
|
|
<h3><?php pll_e('Програма')?></h3>
|
2014-10-04 17:31:15 +03:00
|
|
|
<p>
|
|
|
|
<?php wp_nav_menu(array('theme_location' => 'footer-schedule', 'items_wrap' => '%3$s<br/>' )); ?>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2014-10-07 16:17:21 +03:00
|
|
|
<h3><?php pll_e('Други')?></h3>
|
2014-10-04 17:31:15 +03:00
|
|
|
<p>
|
|
|
|
<?php wp_nav_menu(array('theme_location' => 'footer-others', 'items_wrap' => '%3$s<br/>' )); ?>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2014-10-07 16:17:21 +03:00
|
|
|
<h3><?php pll_e('Последвайте ни в:')?></h3>
|
2014-10-04 17:31:15 +03:00
|
|
|
<p>
|
|
|
|
<?php wp_nav_menu(array('theme_location' => 'footer-followus', 'items_wrap' => '%3$s<br/>' )); ?>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="copyright">
|
2014-10-06 04:39:03 +03:00
|
|
|
<?php echo sprintf( __( '%1$s %2$s %3$s. Some Rights Reserved.', 'initfest' ), '©', date( 'Y' ), 'OpenFest' ); ?>
|
2014-10-04 17:31:15 +03:00
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
2014-09-30 12:13:06 +03:00
|
|
|
</html>
|