if ( $custom_header->width
) { $header_image_style .= 'max-width:' .
$custom_header->width . 'px;';
} if ( $custom_header->height
) { $header_image_style .= 'height:' .
$custom_header->height . 'px;';
} ?>
<div id="headimg" style="<?php
echo $header_image_style; ?>">
<?php
if ( display_header_text() ) { $style = ' style="color:#' .
get_header_textcolor() . ';"';
} else { $style = ' style="display:none;"';
} ?>
<h1><a id="name" class="displaying-header-text" <?php
echo $style; ?> onclick="return false;" href="<?php
bloginfo( 'url'
); ?>" tabindex="-1"><?php
bloginfo( 'name'
); ?></a></h1>
<div id="desc" class="displaying-header-text" <?php
echo $style; ?>><?php
bloginfo( 'description'
); ?></div>
</div>
<?php
} ?>
</td>
</tr>
<?php
endif; ?>