diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-22 14:07:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-22 14:07:45 -0400 |
commit | 584391aedd2f5392db7e9d3d46cf202d6cb8e951 (patch) | |
tree | 8e8f17a340686d6ab59fbb3f95e3c758a14f13cc /doc/plugins/write.mdwn | |
parent | ad296f90c3b99bb5e033f769c44e5653f518f264 (diff) | |
download | ikiwiki-584391aedd2f5392db7e9d3d46cf202d6cb8e951.tar ikiwiki-584391aedd2f5392db7e9d3d46cf202d6cb8e951.tar.gz |
clarify
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r-- | doc/plugins/write.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 404c3b44f..9e8c59f63 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -315,9 +315,9 @@ a new custom parameter to the template. This hook allows plugins to change the [[template|wikitemplates]] that is used for a page in the wiki. The hook is passed a "page" parameter, and -should return the name of the template file to use, or undef if it doesn't -want to change the default ("page.tmpl"). Template files are looked for in -/usr/share/ikiwiki/templates by default. +should return the name of the template file to use (relative to the +template directory), or undef if it doesn't want to change the default +("page.tmpl"). ### sanitize |