Bu hatayı neden yapar sizce ? Ana SAyfaya girdiğimizde hata veriyor direk.
if ( $mode == 'title' ) {
if ( function_exists( 'mb_convert_case' ) )
return mb_convert_case( $str, MB_CASE_TITLE, $charset );
else
return ucwords( $str );
}