PluginProbe
Wp-Insert / 1.0
Wp-Insert v1.0
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
← All changes | support/support.php +19 -19 1.21.0 View file →
@@ -1,20 +1,20 @@
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="http://smartlogix.co.in/ads/smartlogixad1.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>
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 20 <?php } ?>