| @@ -18,9 +18,9 @@ | ||
| 18 | 18 | <div id="wrapper" dir="<?php echo is_rtl() ? 'rtl' : 'ltr'; ?>"> |
| 19 | 19 | <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"> |
| 20 | 20 | <tr> |
| 21 | 21 | <td align="center" valign="top"> |
| 22 | - <?php if ( isset( $image_header ) ) { ?> | |
| 22 | + <?php if ( ! empty( $image_header ) ) { ?> | |
| 23 | 23 | <div id="template_header_image"> |
| 24 | 24 | <p style="margin-top:0;"> |
| 25 | 25 | <img src="<?php echo esc_url_raw( $image_header ); ?>" |
| 26 | 26 | alt="<?php echo get_bloginfo( 'name', 'display' ); ?>"/> |