495 | | $getit = __( 'WordPress recommends a better browser' ); |
496 | | echo ' |
497 | | <p id="bh" style="text-align: center;"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p> |
498 | | '; |
| 495 | ?> |
| 496 | <!--[if lt IE 7]> |
| 497 | <p id="bh" style="text-align:center"><a href="http://browsehappy.com/" title="<?php _e( 'WordPress recommends a better browser' ); ?>"><img src="<?php bloginfo( 'wpurl' ); ?>/wp-admin/images/browse-happy.gif" alt="Browse Happy" /></a></p> |
| 498 | <![endif]--> |
| 499 | <?php |