header image now should have year in its name

This commit is contained in:
Vladimir Vassilev 2015-04-19 15:19:21 +03:00 committed by Openfest
parent 666768e23a
commit 137a74bcd0
1 changed files with 1 additions and 1 deletions

View File

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