add folder EN
This commit is contained in:
27
sidebar-right-en.php
Normal file
27
sidebar-right-en.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php if (!is_category(740)) : ?>
|
||||
<div class="most-read content-right__most-read">
|
||||
<div class="most-read__inner">
|
||||
<p class="most-read__title subtitle-20">Popular</p>
|
||||
<div class="most-read__links">
|
||||
<?php get_template_part('en/most-read-posts-en'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<?php get_template_part('en/latest-legislation-posts-en'); ?>
|
||||
|
||||
<div class="banner-left desktop">
|
||||
<?php if (function_exists('banners_conf_display')) banners_conf_display('right_sidebar_banner_desktop_1'); ?>
|
||||
</div>
|
||||
<div class="banner-left mobile">
|
||||
<?php if (function_exists('banners_conf_display')) banners_conf_display('right_sidebar_banner_mobile_1'); ?>
|
||||
</div>
|
||||
|
||||
<div class="banner-left desktop">
|
||||
<?php if (function_exists('banners_conf_display')) banners_conf_display('right_sidebar_banner_desktop_2'); ?>
|
||||
</div>
|
||||
<div class="banner-left mobile">
|
||||
<?php if (function_exists('banners_conf_display')) banners_conf_display('right_sidebar_banner_mobile_2'); ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user