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