Index: branches/feature-module-paygent/html/admin/order/index.php
===================================================================
--- branches/feature-module-paygent/html/admin/order/index.php	(revision 14902)
+++ branches/feature-module-paygent/html/admin/order/index.php	(revision 16589)
@@ -7,4 +7,8 @@
 require_once("../require.php");
 require_once("./index_csv.php");
+
+if(file_exists(MODULE_PATH . 'mdl_paygent/mdl_paygent.inc')) {
+	require_once(MODULE_PATH . 'mdl_paygent/mdl_paygent.inc');
+}
 
 class LC_Page {
@@ -29,4 +33,9 @@
 $conn = new SC_DBConn();
 $objPage = new LC_Page();
+
+if(function_exists("sfPaygentOrderPage")) {
+	$objPage = sfPaygentOrderPage($objPage);
+}
+
 $objView = new SC_AdminView();
 $objSess = new SC_Session();
