diff options
Diffstat (limited to 'docs/customising/themes.md')
-rw-r--r-- | docs/customising/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index 7db02f7eb..154cc0dca 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -101,7 +101,7 @@ then issue a pull request. Normally, however, you should override these pages **in your own theme**, by placing them at a corresponding location within your theme's `lib/` directory. These means that a file at -`lib/themes/alavetelitheme/lib/views/help/about.rhml` will appear +`lib/themes/alavetelitheme/lib/views/help/about.html.erb` will appear instead of the core "about us" file. ### Changing the logo |