diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-06 15:10:09 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-06 15:10:09 +0000 |
commit | 4fb27a371aeaa77f6a131469b8afaed33cf70af2 (patch) | |
tree | 94c2d07853d5fff357f93315663bc17082ca1633 | |
parent | 1a6143c4fe1b969eca90fd7970576c0413c7b4c4 (diff) | |
parent | 1ec0abd75be18828fd5da865aa133c4426f929fb (diff) |
Merge branch '1754-switching-themes' into gh-pages
-rw-r--r-- | docs/customising/themes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index cc0ca3b29..c8d4a8037 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -189,3 +189,7 @@ necessary. ## Adding or overriding models and controllers If you need to extend the behaviour of Alaveteli at the controller or model level, see `alavetelitheme/lib/controller_patches.rb` and `alavetelitheme/lib/model_patches.rb` for examples. + +## Working with themes + +You can use [`script/switch-theme.rb`](https://github.com/mysociety/alaveteli/blob/master/script/switch-theme.rb) to set the current theme if you are working with multiple themes. This might be useful for switching between the default `alavetelitheme` and your own fork. |