]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #255 from annando/1502-pledgie-deactivated
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 6 Apr 2015 12:31:11 +0000 (14:31 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 6 Apr 2015 12:31:11 +0000 (14:31 +0200)
Pledgie isn't active anymore, so this addon is deactivated

pledgie/pledgie.php

index c2f37df60679f92f6851838538b40d6dc52424b3..c88dcbeb33796bc12866565094e46361122abfda 100644 (file)
@@ -4,13 +4,14 @@
  *   * Description: Show link to Friendica pledgie account for donating
  *    * Version: 1.0
  *     * Author: tony baldwin <tony@free-haven.org>
+ * Status: Unsupported
  *      */
 
-
 function pledgie_install() { register_hook('page_end', 'addon/pledgie/pledgie.php', 'pledgie_active'); }
 
 
 function pledgie_uninstall() { unregister_hook('page_end', 'addon/pledgie/pledgie.php', 'pledgie_active'); }
 
-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>'; } 
-
+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>';
+}