diff --git a/pageheader.tgz b/pageheader.tgz index 20918033..de7fea73 100644 Binary files a/pageheader.tgz and b/pageheader.tgz differ diff --git a/pageheader/README b/pageheader/README index 9ba60788..d3fbf9ea 100755 --- a/pageheader/README +++ b/pageheader/README @@ -5,4 +5,4 @@ Displays a text message for system announcements' The message is entered in the admin account at settings, Plugin settings. If you want to use HTML in the pageheader, create a file called pageheader.html -in the document root of your friendica instance and add the html there. +in the document root of your friendica instance and add the html there. \ No newline at end of file diff --git a/pageheader/pageheader.php b/pageheader/pageheader.php index 7c65f8b5..173fc707 100755 --- a/pageheader/pageheader.php +++ b/pageheader/pageheader.php @@ -50,7 +50,7 @@ function pageheader_addon_settings(&$a,&$s) { $s .= '
'; $s .= '

' . t('"pageheader" Settings') . '

'; $s .= '
'; diff --git a/pledgie.tgz b/pledgie.tgz index 48c5e817..18958292 100644 Binary files a/pledgie.tgz and b/pledgie.tgz differ diff --git a/pledgie/README b/pledgie/README new file mode 100644 index 00000000..bcc7fe07 --- /dev/null +++ b/pledgie/README @@ -0,0 +1,11 @@ +Pledgie + +Allows administrators to add a Pledgie-Donation Button to all their friendica pages. +This could be useful f.e. for public nodes that want to raise some money for server +maintenance costs. + +Usage: +Add the campaign number of your pledgie campaign in the first field. To find out the campaign number, +go to your Pledgie campaign webpage. The campaign number is the number at the end of the URL. + +Add a describtion of your campaign in the second field. \ No newline at end of file diff --git a/pledgie/pledgie.php b/pledgie/pledgie.php index af72a45f..986fd986 100644 --- a/pledgie/pledgie.php +++ b/pledgie/pledgie.php @@ -1,7 +1,7 @@ * Hauke Altmann @@ -70,7 +70,7 @@ function pledgie_addon_settings_post(&$a,&$b) { function pledgie_active(&$a,&$b) { $campaign = get_config('pledgie-campaign','text'); $describe = get_config('pledgie-describe','text'); - $b .= '
'; + $b .= '
'; $b .= $describe . '