@@ -79,7 +79,7 @@ function htmlmail_admin_settings() {
</dd>
<dt><code>$directory</code></dt>
<dd>
<p>The relative path to the website theme template directory <em>(Again, this is different from the email theme directory, which isn'tusedfortemplates)</em>.</p>
<p>The relative path to the website theme template directory <em>(Again, this is different from the email theme directory, which is not used for templates)</em>.</p>
</dd>
<dt><code>$theme_url</code></dt>
<dd>
@@ -192,20 +192,3 @@ function htmlmail_test_form_submit($form, &$form_state) {
drupal_set_message(t('HTML Mail test message sent.'));
}
}
/**
* Displays the email message body passed via POST as a themed page.