Hi,
Please in your theme directory open Footer.php file and change the code in line 101 from
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
to:
<span class='copyright'><?php echo $copyright; echo date(' Y') . $kriesi_at_backlink; ?></span>
Regards,
Yigit
