From: Michael Vogel Date: Thu, 12 Feb 2015 16:29:43 +0000 (+0100) Subject: Pledgie isn't active anymore, so this addon is deactivated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d05aec2679d08df5c82f57c927be592436889f18;p=friendica-addons.git Pledgie isn't active anymore, so this addon is deactivated --- diff --git a/pledgie/pledgie.php b/pledgie/pledgie.php index c2f37df6..c88dcbeb 100644 --- a/pledgie/pledgie.php +++ b/pledgie/pledgie.php @@ -4,13 +4,14 @@ * * Description: Show link to Friendica pledgie account for donating * * Version: 1.0 * * Author: tony baldwin + * 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 .= '
\'Click
'; } - +function pledgie_active(&$a,&$b) { + //$b .= '
\'Click
'; +}