gnu-social/plugins/SiteNoticeInSidebar/README

17 lines
333 B
Plaintext
Raw Normal View History

2016-01-22 16:01:24 +00:00
The SiteNoticeInSidebar plugin puts the site notice in the sidebar.
Installation
============
add "addPlugin('SiteNoticeInSidebar');"
to the bottom of your config.php
Settings
========
notice: The text to use in the site notice
Example
=======
$config['site']['notice'] = 'Site notice content';
addPlugin('SiteNoticeInSidebar');