armanty-quests/parts/home/entertainment.php
2021-04-09 21:35:22 +05:00

13 lines
284 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="ent <?php
if( is_home()){
echo 'wave';
}else if (is_page(24)){
echo 'wave wave-no-bottom';
}
?>">
<div class="ent-container">
<h2>Все развлечения</h2>
<?php get_template_part('parts/quests/quests-slider'); ?>
</div>
</section>