Merhaba arkadaşlar.
İnternette gezinirken sitem için uygun olacak bir tema buldum.temanın functions.php dosyası baştan sona şifreliydi diyebilirim.Birçok yerindeki şifreyi çözmeyi başardım.Ancak son olarak şöyle bir hata ile karşılaştım ve bir adım öteye gidemedim.Hata kodu;

Parse error: syntax error, unexpected T_STRING in
/home/content/17/11313817/html/wp-content/themes/yenitema/functions.php on line 290
290. satırda yazan ise ;
if(!function_exists('get_sidebars'))
Kodun devamı ise ;
if(!function_exists('get_sidebars'))
	function get_sidebars()
	{
		eval(base64_decode('check_theme_header();'));
		 get_sidebar();
	}
}
Anlatımımda hata yapmadım ise temanın hatası nerde olabilir?