| 1 |
<?php function show_support_options() { ?> |
| 2 |
<table class="form-table"> |
| 3 |
<tr> |
| 4 |
<td align="left"> |
| 5 |
<a href="http://www.smartlogix.co.in/"><img src="<?php echo get_bloginfo('url') ?>/wp-content/plugins/wp-insert/images/Smart-Logix-we-customize.jpg" /></a> |
| 6 |
</td> |
| 7 |
<td align="right"> |
| 8 |
<b>Think we have done a great job?</b><br/><a href="http://wordpress.org/extend/plugins/wp-insert/">Rate the plugin</a> or <a href="http://www.smartlogix.co.in/">Leave Us a Comment</a> |
| 9 |
<div> |
| 10 |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
| 11 |
<input type="hidden" name="cmd" value="_s-xclick"> |
| 12 |
<input type="hidden" name="hosted_button_id" value="5199131"> |
| 13 |
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> |
| 14 |
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> |
| 15 |
</form> |
| 16 |
</div> |
| 17 |
</td> |
| 18 |
</tr> |
| 19 |
</table> |
| 20 |
<?php } ?> |