header image now should have year in its name
This commit is contained in:
parent
666768e23a
commit
137a74bcd0
|
@ -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>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue