header image now should have year in its name

This commit is contained in:
Vladimir Vassilev 2015-04-19 15:19:21 +03:00
parent 30df0bbfb4
commit f2bbf73c81
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@
</nav>
<?php
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>';
}
?>