Added ChooseTheme plugin to the repository

This commit is contained in:
abjectio
2015-06-06 11:28:34 +02:00
parent e3b1d401fd
commit e269a3fad9
7 changed files with 938 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
### Choose theme
A simple plugin for [GNU social software](http://gnu.io/social/).
The plugin enables the user to select their own theme, independently on site setting and other users.
Consider this plugin as experimental.
#### Enable plugin
- Include this code in your GNU social instance.
- Edit your `config.php` to include `addPlugin("ChooseTheme");`
(NB: Your plugin directory must then be named ChooseTheme or create a symbolic link to your cloned directory)
#### How-to
- Choose settings from the GNU social menu. Choose 'Theme' on left menu.
- Select a theme and press 'Save'.