File: /var/www/ilya/data/www/eeggs.ru/wp-content/plugins/search-unleashed/view/admin/annoy.php
<?php
if (!defined ('ABSPATH')) die ('No direct access allowed');
$options = $this->get_options ();
$sub = isset ($_GET['sub']) ? $_GET['sub'] : '';
$url = explode ('&', $_SERVER['REQUEST_URI']);
$url = $url[0];
if (!$options['support']) :?>
<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">
<a href="<?php echo $this->base(); ?>?page=search-unleashed.php&sub=support"><img src="<?php echo $this->url () ?>/images/donate.gif" alt="support" width="73" height="44" /></a>
</div>
<?php endif; ?>