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
$s .= '<div class="settings-block">';
$s .= '<h3>' . t('"pageheader" Settings') . '</h3>';
$s .= '<div id="pageheader-wrapper">';
- $s .= '<label id="pageheader-label" for="pageheader-words">' . t('Message to display on every page on this server') . ' </label>';
+ $s .= '<label id="pageheader-label" for="pageheader-words">' . t('Message to display on every page on this server (or put a pageheader.hml file in your docroot)') . ' </label>';
$s .= '<textarea id="pageheader-words" type="text" name="pageheader-words">' . $words . '</textarea>';
$s .= '</div><div class="clear"></div>';
--- /dev/null
+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