diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-28 16:40:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-28 16:40:10 -0400 |
commit | 723c5b97d37125a4020670807fc1569918d37276 (patch) | |
tree | 00e5b070b07aa7c9d4b6000c8fae211d0c004441 /templates | |
parent | 84cd40d1792f83a625b0292d889c6698c6be8dad (diff) | |
download | ikiwiki-723c5b97d37125a4020670807fc1569918d37276.tar ikiwiki-723c5b97d37125a4020670807fc1569918d37276.tar.gz |
changemail: New plugin, sends emails about changed pages.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/changeemail.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/changeemail.tmpl b/templates/changeemail.tmpl new file mode 100644 index 000000000..c73bf92d3 --- /dev/null +++ b/templates/changeemail.tmpl @@ -0,0 +1,9 @@ +A change has been made to <TMPL_VAR URL> + +To stop these notifications, visit <TMPL_VAR PREFSURL> + +<TMPL_IF ISPAGE> +---- + +<TMPL_VAR CONTENT> +<TMPL_IF> |