Index: branches/version-2_5-dev/html/admin/mail/index.php
===================================================================
--- branches/version-2_5-dev/html/admin/mail/index.php	(revision 18701)
+++ branches/version-2_5-dev/html/admin/mail/index.php	(revision 19803)
@@ -24,5 +24,5 @@
 // {{{ requires
 require_once '../require.php';
-require_once CLASS_EX_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Ex.php';
+require_once CLASS_EX_FILE_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Ex.php';
 
 // }}}
Index: branches/version-2_5-dev/html/admin/mail/template_input.php
===================================================================
--- branches/version-2_5-dev/html/admin/mail/template_input.php	(revision 18701)
+++ branches/version-2_5-dev/html/admin/mail/template_input.php	(revision 19803)
@@ -24,5 +24,5 @@
 // {{{ requires
 require_once '../require.php';
-require_once CLASS_EX_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_TemplateInput_Ex.php';
+require_once CLASS_EX_FILE_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_TemplateInput_Ex.php';
 
 // }}}
Index: branches/version-2_5-dev/html/admin/mail/template.php
===================================================================
--- branches/version-2_5-dev/html/admin/mail/template.php	(revision 18701)
+++ branches/version-2_5-dev/html/admin/mail/template.php	(revision 19803)
@@ -24,5 +24,5 @@
 // {{{ requires
 require_once '../require.php';
-require_once CLASS_EX_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Template_Ex.php';
+require_once CLASS_EX_FILE_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Template_Ex.php';
 
 // }}}
Index: branches/version-2_5-dev/html/admin/mail/sendmail.php
===================================================================
--- branches/version-2_5-dev/html/admin/mail/sendmail.php	(revision 18701)
+++ branches/version-2_5-dev/html/admin/mail/sendmail.php	(revision 19803)
@@ -24,5 +24,5 @@
 // {{{ requires
 require_once '../require.php';
-require_once CLASS_EX_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Sendmail_Ex.php';
+require_once CLASS_EX_FILE_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Sendmail_Ex.php';
 
 // }}}
Index: branches/version-2_5-dev/html/admin/mail/history.php
===================================================================
--- branches/version-2_5-dev/html/admin/mail/history.php	(revision 18701)
+++ branches/version-2_5-dev/html/admin/mail/history.php	(revision 19803)
@@ -24,5 +24,5 @@
 // {{{ requires
 require_once '../require.php';
-require_once CLASS_EX_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_History_Ex.php';
+require_once CLASS_EX_FILE_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_History_Ex.php';
 
 // }}}
Index: branches/version-2_5-dev/html/admin/mail/preview.php
===================================================================
--- branches/version-2_5-dev/html/admin/mail/preview.php	(revision 18701)
+++ branches/version-2_5-dev/html/admin/mail/preview.php	(revision 19803)
@@ -24,5 +24,5 @@
 // {{{ requires
 require_once '../require.php';
-require_once CLASS_EX_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Preview_Ex.php';
+require_once CLASS_EX_FILE_PATH . 'page_extends/admin/mail/LC_Page_Admin_Mail_Preview_Ex.php';
 
 // }}}
