diff --git a/e107_plugins/pm/pm_class.php b/e107_plugins/pm/pm_class.php index 0b3106cad..0c86d1dbb 100755 --- a/e107_plugins/pm/pm_class.php +++ b/e107_plugins/pm/pm_class.php @@ -378,11 +378,11 @@ class private_message { // require_once(e_HANDLER.'mail.php'); - $tpl_file = THEME.'pm_template.php'; + $tpl_file = THEME.'templates/pm/pm_template.php'; $PM_NOTIFY = null; // loaded in template below. - include(is_readable($tpl_file) ? $tpl_file : e_PLUGIN.'pm/pm_template.php'); + include(is_readable($tpl_file) ? $tpl_file : e_PLUGIN.'pm/templates/pm_template.php'); $template = $PM_NOTIFY; @@ -921,4 +921,4 @@ class private_message } -} \ No newline at end of file +}