diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-11-13 13:06:07 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-11-13 13:06:07 +0100 |
commit | 850dbf1f4b1e2bdee8b2e5f0438a5625d0a1bedf (patch) | |
tree | 61591f405fce05acd259512b2522813170c47a8c /inc/lang/en/mailwrap.html | |
parent | f08086ec453c4529ae7361f9540b430ee61238f0 (diff) | |
download | rpg-850dbf1f4b1e2bdee8b2e5f0438a5625d0a1bedf.tar.gz rpg-850dbf1f4b1e2bdee8b2e5f0438a5625d0a1bedf.tar.bz2 |
allow image embeds in HTML mail templates
Using the place holder @MEDIA(<mediaid>)@ you now can directly embed
images from the media repository into your HTML mail template.
An example was added to the mailwrap.html, but because images are
embedded as is (no prescaling) this is suboptimal. If we keep it, a
smaller version of the DokuWiki logo should be shipped with DokuWiki.
Diffstat (limited to 'inc/lang/en/mailwrap.html')
-rw-r--r-- | inc/lang/en/mailwrap.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/mailwrap.html b/inc/lang/en/mailwrap.html index d67644c95..00daf29ac 100644 --- a/inc/lang/en/mailwrap.html +++ b/inc/lang/en/mailwrap.html @@ -8,6 +8,7 @@ @HTMLBODY@ <br /><br /><hr /> +<img src="@MEDIA(wiki:dokuwiki-128.png)@" width="32" height="32" alt="DokuWiki" align="left" /> <small>This mail was generated by DokuWiki at @DOKUWIKIURL@.</small> </body> </html> |