$key = str_replace('_', '-', $key);
In mimemail.module line 531 replacing $key is not needed and also it prevents theme system to find correct template file for me like mimemail-message--this_is_my_key.tpl.php
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mimemail-1877928-1.patch | 699 bytes | sgabe |
Comments
Comment #1
sgabe commentedThe attached patch has been committed. I also updated the theme() call to use the simplified syntax.