|
@@ -82,7 +82,7 @@ |
|
82
|
82
|
return $default_elements; |
|
83
|
83
|
} |
|
84
|
84
|
|
|
85
|
85
|
public function get_template_path() { |
|
86
|
|
- return yaymail_get_template( 'emails/customer-note.php', '', YAYMAIL_PLUGIN_PATH . 'templates/' ); |
|
86
|
+ return YAYMAIL_PLUGIN_PATH . 'templates/emails/customer-note.php'; |
|
87
|
87
|
} |
|
88
|
88
|
} |