";
if(!get_custom_option('display_title') && !is_wp_front_page()) {
$header_img_tag = sprintf(
'
%3$s',
__('Return to main page','custom'),
user_trailingslashit(get_bloginfo('url')),
$header_img_tag
);
}
echo '
';}}
function mytheme_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>