2014-09-30 12:13:06 +03:00
|
|
|
<?php get_header(); ?>
|
2015-11-07 05:31:22 +02:00
|
|
|
|
2024-10-24 23:38:56 +03:00
|
|
|
<section class="content subtitle_content">
|
|
|
|
<?php
|
|
|
|
e_('about_event');
|
2024-10-30 21:37:11 +02:00
|
|
|
require __DIR__ . '/front-page-content.php';
|
2015-11-07 05:31:22 +02:00
|
|
|
?>
|
|
|
|
</section>
|
2014-10-17 10:56:05 +03:00
|
|
|
<section class="content">
|
|
|
|
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="'.pll__('Новини').'"]' ); ?>
|
2014-10-17 09:39:11 +03:00
|
|
|
<div class="separator"></div>
|
2014-10-21 23:13:25 +03:00
|
|
|
<div class="col-right sponsors sponsors-frontpage">
|
2014-10-17 09:39:11 +03:00
|
|
|
<?php echo do_shortcode( '[sponsors]' ); ?>
|
|
|
|
<?php echo do_shortcode( '[partners]' ); ?>
|
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
2014-09-30 12:13:06 +03:00
|
|
|
</section>
|
2014-10-04 23:54:46 +03:00
|
|
|
|
2014-10-06 05:41:54 +03:00
|
|
|
<?php echo do_shortcode( '[transport]' ); ?>
|
2014-10-06 04:38:44 +03:00
|
|
|
|
2014-09-30 12:13:06 +03:00
|
|
|
<?php get_footer(); ?>
|