Diogo Cordeiro 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans
..
lib 8cfe72c683 SiteNoticeInSidebar widget did not define divId() il y a 10 ans
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans
SiteNoticeInSidebarModule.php 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans

README

The SiteNoticeInSidebar plugin puts the site notice in the sidebar.

Installation
============
add "addModule('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';
addModule('SiteNoticeInSidebar');