gnu-social/plugins/SiteNoticeInSidebar
Chimo a614205663 Add plugin READMEs 2016-02-08 17:48:37 +00:00
..
lib SiteNoticeInSidebar widget did not define divId() 2015-03-10 17:33:58 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
SiteNoticeInSidebarPlugin.php Favorite "aside"-sections moved, also small fixes left from before 2014-06-28 16:09:46 +02:00

README

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');