Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 730 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 730 Bytes

Example of theme plugin

This plugin override core templates and use template hooks to create a custom theme.

  • New CSS styles are added with the hook layout:head
  • A top bar is added to the layout by using the hook layout:top
  • The header template is replaced by a new one with a template override

Installation

  • Create a directory Theme under the folder plugins
  • Copy all source files in this new directory
  • Go on your local installation of Kanboard
  • After the login, you should see the alterations to the default layout

Screenshot

plugin-example-theme