Changeset 6085 for temp/trunk/html/admin/customer
- Timestamp:
- 2006/10/12 13:34:31 (20 years ago)
- Location:
- temp/trunk/html/admin/customer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r5934 r6085 34 34 $this->tpl_subnavi = 'customer/subnavi.tpl'; 35 35 $this->tpl_subno = 'index'; 36 $this->tpl_pager = ROOT_DIR . 'data/Smarty/templates/admin/pager.tpl';36 $this->tpl_pager = DATA_PATH . "Smarty/templates/admin/pager.tpl'; 37 37 $this->tpl_subtitle = '¸ÜµÒ¥Þ¥¹¥¿'; 38 38 -
temp/trunk/html/admin/customer/index.php
r5934 r6085 6 6 */ 7 7 require_once("../require.php"); 8 require_once( ROOT_DIR."data/include/csv_output.inc");8 require_once(DATA_PATH . "include/csv_output.inc"); 9 9 10 10 //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ … … 33 33 $this->tpl_subnavi = 'customer/subnavi.tpl'; 34 34 $this->tpl_subno = 'index'; 35 $this->tpl_pager = ROOT_DIR . 'data/Smarty/templates/admin/pager.tpl';35 $this->tpl_pager = DATA_PATH . 'Smarty/templates/admin/pager.tpl'; 36 36 $this->tpl_subtitle = '¸ÜµÒ¥Þ¥¹¥¿'; 37 37
Note: See TracChangeset
for help on using the changeset viewer.
