]> git.mxchange.org Git - friendica-addons.git/commitdiff
Pledgie - adjust postion to prevent overlap when themes add random buttons to page...
authorThomas Willingham <founder@kakste.com>
Sat, 2 Mar 2013 16:14:03 +0000 (16:14 +0000)
committerThomas Willingham <founder@kakste.com>
Sat, 2 Mar 2013 16:14:03 +0000 (16:14 +0000)
pledgie/pledgie.php

index 8f6228f69207562992b3f85847647be34049cf3a..c2f37df60679f92f6851838538b40d6dc52424b3 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 .= '<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\' target=\'_blank\' /></a></div>'; } 
+function pledgie_active(&$a,&$b) { $b .= '<div style="position: fixed; bottom: 5px; left: 60px;"><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\' target=\'_blank\' /></a></div>'; }