| 1 |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?> |
| 2 |
<?php |
| 3 |
$options = $this->get_options (); |
| 4 |
|
| 5 |
if (!$options['support']) :?> |
| 6 |
<div style="text-align: center; width: 94px; height: 32px; float: right; margin: 5px 15px 1px 0; padding: 4px 3px 0px 3px;-moz-border-radius: 5px; -webkit-border-radius: 5px;" id="support-annoy"> |
| 7 |
<a href="<?php echo admin_url( 'tools.php?page=redirection.php&sub=support' ); ?>"> |
| 8 |
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="support" /> |
| 9 |
</a> |
| 10 |
</div> |
| 11 |
<?php endif; ?> |
| 12 |
|