documentation update

This commit is contained in:
hauke 2015-05-18 13:33:17 +02:00
parent 1489253a95
commit 72f94b3576
5 changed files with 13 additions and 2 deletions

View file

@ -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.

View file

@ -50,7 +50,7 @@ function pageheader_addon_settings(&$a,&$s) {
$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>';