27 lines
609 B
PHP
27 lines
609 B
PHP
<?php get_header(); ?>
|
|
|
|
<style>
|
|
.ofhr-text-center {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
<section class="content subtitle_content">
|
|
<?php
|
|
echo '<h1>'.e_('about_event').'</h1>';
|
|
?>
|
|
</section>
|
|
<section class="content">
|
|
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="'.pll__('Новини').'"]' ); ?>
|
|
<div class="separator"></div>
|
|
<div class="col-right sponsors sponsors-frontpage">
|
|
<?php echo do_shortcode( '[sponsors]' ); ?>
|
|
<?php echo do_shortcode( '[partners]' ); ?>
|
|
</div>
|
|
<div class="separator"></div>
|
|
</section>
|
|
|
|
<?php echo do_shortcode( '[transport]' ); ?>
|
|
|
|
<?php get_footer(); ?>
|