Index: /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php	(revision 20128)
@@ -48,5 +48,5 @@
         $this->tpl_subnavi = 'customer/subnavi.tpl';
         $this->tpl_subno = 'index';
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = '顧客マスタ';
 
Index: /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php	(revision 20128)
@@ -48,5 +48,5 @@
         $this->tpl_subnavi = 'customer/subnavi.tpl';
         $this->tpl_subno = 'index';
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = '顧客登録';
 
Index: /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php	(revision 20128)
@@ -48,5 +48,5 @@
         $this->tpl_subnavi = 'customer/subnavi.tpl';
         $this->tpl_subno = 'index';
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = '顧客マスタ';
 
Index: /branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php	(revision 20128)
@@ -48,5 +48,5 @@
         $this->tpl_subnavi = 'mail/subnavi.tpl';
         $this->tpl_subno = "index";
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = '配信内容設定';
 
Index: /branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 20128)
@@ -48,5 +48,5 @@
         $this->tpl_subnavi = 'products/subnavi.tpl';
         $this->tpl_subno = 'index';
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = '商品マスタ';
 
Index: /branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Review.php	(revision 20128)
@@ -49,5 +49,5 @@
         $this->tpl_mainno = 'products';
         $this->tpl_subno = 'review';
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = 'レビュー管理';
 
Index: /branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php
===================================================================
--- /branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php	(revision 20116)
+++ /branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order.php	(revision 20128)
@@ -53,5 +53,5 @@
         $this->tpl_mainno = 'order';
         $this->tpl_subno = 'index';
-        $this->tpl_pager = TEMPLATE_REALDIR . 'admin/pager.tpl';
+        $this->tpl_pager = 'pager.tpl';
         $this->tpl_subtitle = '受注管理';
 
