| 1 |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?> |
| 2 |
<?php |
| 3 |
$options = $this->get_options (); |
| 4 |
$sub = isset ($_GET['sub']) ? $_GET['sub'] : ''; |
| 5 |
$url = explode ('&', $_SERVER['REQUEST_URI']); |
| 6 |
$url = $url[0]; |
| 7 |
|
| 8 |
if (!$options['support']) :?> |
| 9 |
<div style="text-align: center; width: 80px; height: 50px; float: right; margin: 5px 15px 1px 0; padding: 4px 3px 0px 3px;-moz-border-radius: 5px; -webkit-border-radius: 5px;" id="support-annoy"> |
| 10 |
<a href="<?php echo $this->base(); ?>?page=redirection.php&sub=support"><img src="<?php echo $this->url () ?>/images/donate.gif" alt="support" /></a> |
| 11 |
</div> |
| 12 |
<?php endif; ?> |