Example #1
0
?>
 <small><?php 
$display_version = yarpp_get_option('version');
echo $display_version;
?>
</small>
		</h2>

	<?php 
echo "<div id='yarpp-version' style='display:none;'>" . yarpp_get_option('version') . "</div>";
?>
		
	<form method="post">

			<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US&charset=UTF%2d8' target='_new'><img src="https://www.paypal.com/<?php 
echo paypal_directory();
?>
i/btn/btn_donate_SM.gif" name="submit" alt="<?php 
_e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal');
?>
" title="<?php 
_e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal', 'yarpp');
?>
" style="float:right" /></a>

	<p><small><?php 
_e('by <a href="http://mitcho.com/code/">mitcho (Michael 芳貴 Erlewine)</a>', 'yarpp');
?>
. <?php 
_e('Follow <a href="http://twitter.com/yarpp/">Yet Another Related Posts Plugin on Twitter</a>', 'yarpp');
?>
    function display()
    {
        $pluginurl = plugin_dir_url(__FILE__);
        ?>
		<ul class='yarpp_contacts'>
		<li  style="background: url(<?php 
        echo $pluginurl . 'wordpress.png';
        ?>
) no-repeat left bottom;"><a href="http://wordpress.org/tags/yet-another-related-posts-plugin" target="_blank"><?php 
        _e('YARPP Forum', 'yarpp');
        ?>
</a></li>
		<li style="background: url(<?php 
        echo $pluginurl . 'twitter.png';
        ?>
) no-repeat left bottom;"><a href="http://twitter.com/yarpp" target="_blank"><?php 
        _e('YARPP on Twitter', 'yarpp');
        ?>
</a></li>
		<li style="background: url(<?php 
        echo $pluginurl . 'plugin.png';
        ?>
) no-repeat left bottom;"><a href="http://yarpp.org" target="_blank"><?php 
        _e('YARPP on the Web', 'yarpp');
        ?>
</a></li>
		<li style="background: url(<?php 
        echo $pluginurl . 'paypal-icon.png';
        ?>
) no-repeat left bottom;"><a href='http://tinyurl.com/donatetomitcho' target='_new'><img src="https://www.paypal.com/<?php 
        echo paypal_directory();
        ?>
i/btn/btn_donate_SM.gif" name="submit" alt="<?php 
        _e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal');
        ?>
" title="<?php 
        _e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal', 'yarpp');
        ?>
"/></a></li>
	 </ul>
<?php 
    }