]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SiteNoticeInSidebar/README
[OStatus] Wrong exception was being caught
[quix0rs-gnu-social.git] / plugins / SiteNoticeInSidebar / README
1 The SiteNoticeInSidebar plugin puts the site notice in the sidebar.
2
3 Installation
4 ============
5 add "addPlugin('SiteNoticeInSidebar');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 notice: The text to use in the site notice
11
12 Example
13 =======
14 $config['site']['notice'] = 'Site notice content';
15 addPlugin('SiteNoticeInSidebar');
16