]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixed pledgie (added div tags)
authortony baldwin <tony@tonybaldwin.org>
Tue, 19 Feb 2013 04:19:24 +0000 (23:19 -0500)
committertony baldwin <tony@tonybaldwin.org>
Tue, 19 Feb 2013 04:19:24 +0000 (23:19 -0500)
pledgie/pledgie.php

index 9d38320e2191b469c16557c2c335b4527b7b87d9..97699766a648574997d977c5c3f545c8b88cabf9 100644 (file)
@@ -12,5 +12,5 @@ function pledgie_install() { register_hook('page_end', 'addon/pledgie/pledgie.ph
 
 function pledgie_uninstall() { unregister_hook('page_end', 'addon/pledgie/pledgie.php', 'pledgie_active'); }
 
-function pledgie_active(&$a,&$b) { $b .= '<a href=\'http://www.pledgie.com/campaigns/18417\'><img alt=\'Click here to lend your support to: Beyond Social Networking and make a donation at www.pledgie.com !\' src=\'http://www.pledgie.com/campaigns/18417.png?skin_name=chrome\' border=\'0\' /></a>'; } 
+function pledgie_active(&$a,&$b) { $b .= '<div style="position: fixed; bottom: 25px; left: 5px;"><a href=\'http://www.pledgie.com/campaigns/18417\'><img alt=\'Click here to lend your support to: Beyond Social Networking and make a donation at www.pledgie.com !\' src=\'http://www.pledgie.com/campaigns/18417.png?skin_name=chrome\' border=\'0\' /></a></div>'; }