fixed front page banner

This commit is contained in:
Vladimir Vassilev 2014-09-30 16:51:36 +03:00
parent cac56245b3
commit 2d3890c2e8
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@
</nav>
<?php
if(is_front_page()){
echo '<section class="banner cf"><img src="'.get_template_directory_uri().'/img/banner.jpg" alt="" /></section>';
echo '<section class="banner cf"><img src="'.get_template_directory_uri().'/img/banner.png" alt="" /></section>';
}
?>