README 333 B

1234567891011121314151617
  1. The SiteNoticeInSidebar plugin puts the site notice in the sidebar.
  2. Installation
  3. ============
  4. add "addPlugin('SiteNoticeInSidebar');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. notice: The text to use in the site notice
  9. Example
  10. =======
  11. $config['site']['notice'] = 'Site notice content';
  12. addPlugin('SiteNoticeInSidebar');