Changeset 6085 for temp/trunk/html/admin/customer/index.php
- Timestamp:
- 2006/10/12 13:34:31 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
