diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-24 14:52:24 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-24 14:52:24 +0100 |
commit | e6d59c83066d2ff77da076b1d56da184295c82a1 (patch) | |
tree | cfdaac8b71e7fa9706c5a261735d33f7b0d24598 | |
parent | b24b09d9d557b3770f57f65e6eed45902b8b330c (diff) |
Fix reference to two methods when three are listed.
-rw-r--r-- | doc/THEMES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/THEMES.md b/doc/THEMES.md index 6c22764fc..c5e4a3eee 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -123,7 +123,7 @@ do this in the `alavetelitheme`. To do add states, create two modules in your theme, `InfoRequestCustomStates` and `RequestControllerCustomStates`. The -former must have these two methods: +former must have these methods: * `theme_calculate_status`: return a tag to identify the current state of the request * `theme_extra_states`: return a list of tags which identify the extra states you'd like to support |