Changeset 6227 for temp/trunk/data/conf
- Timestamp:
- 2006/10/13 11:04:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/conf/conf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6192 r6227 686 686 ); 687 687 688 // ¥Æ¥ó¥×¥ì¡¼¥È689 $arrTemplate = array(690 1 => array(691 "TopImage" => "/img/template/top_l1.gif",692 "TopTemplate" => ROOT_DIR."data/Smarty/templates/sample/top1.tpl",693 "ProdImage" => "/img/template/prod_l1.gif",694 "ProdTemplate" => ROOT_DIR."data/Smarty/templates/sample/product1.tpl",695 "DetailImage" => "/img/template/detail_l1.gif",696 "DetailTemplate" => ROOT_DIR."data/Smarty/templates/sample/detail1.tpl",697 "MypageImage" => "/img/template/mypage_l1.gif",698 "MypageTemplate" => ROOT_DIR."data/Smarty/templates/sample/mypage1.tpl"699 ),700 2 => array(701 "TopImage" => "/img/template/top_l2.gif",702 "TopTemplate" => ROOT_DIR."data/Smarty/templates/sample/top2.tpl",703 "ProdImage" => "/img/template/prod_l2.gif",704 "ProdTemplate" => ROOT_DIR."data/Smarty/templates/sample/product2.tpl",705 "DetailImage" => "/img/template/detail_l2.gif",706 "DetailTemplate" => ROOT_DIR."data/Smarty/templates/sample/detail2.tpl",707 "MypageImage" => "/img/template/mypage_l2.gif",708 "MypageTemplate" => ROOT_DIR."data/Smarty/templates/sample/mypage2.tpl"709 ),710 3 => array(711 "TopImage" => "/img/template/top_l3.gif",712 "TopTemplate" => ROOT_DIR."data/Smarty/templates/sample/top3.tpl",713 "ProdImage" => "/img/template/prod_l3.gif",714 "ProdTemplate" => ROOT_DIR."data/Smarty/templates/sample/product3.tpl",715 "DetailImage" => "/img/template/detail_l3.gif",716 "DetailTemplate" => ROOT_DIR."data/Smarty/templates/sample/detail3.tpl",717 "MypageImage" => "/img/template/mypage_l3.gif",718 "MypageTemplate" => ROOT_DIR."data/Smarty/templates/sample/mypage3.tpl"719 ),720 4 => array(721 "TopImage" => "/img/template/top_l4.gif",722 "TopTemplate" => ROOT_DIR."data/Smarty/templates/sample/top4.tpl",723 "ProdImage" => "/img/template/prod_l4.gif",724 "ProdTemplate" => ROOT_DIR."data/Smarty/templates/sample/product4.tpl",725 "DetailImage" => "/img/template/detail_l4.gif",726 "DetailTemplate" => ROOT_DIR."data/Smarty/templates/sample/detail4.tpl",727 "MypageImage" => "/img/template/mypage_l4.gif",728 "MypageTemplate" => ROOT_DIR."data/Smarty/templates/sample/mypage4.tpl"729 ),730 5 => array(731 "TopImage" => "/img/template/top_l5.gif",732 "TopTemplate" => ROOT_DIR."data/Smarty/templates/sample/top5.tpl",733 "ProdImage" => "/img/template/prod_l5.gif",734 "ProdTemplate" => ROOT_DIR."data/Smarty/templates/sample/product5.tpl",735 "DetailImage" => "/img/template/detail_l5.gif",736 "DetailTemplate" => ROOT_DIR."data/Smarty/templates/sample/detail5.tpl",737 "MypageImage" => "/img/template/mypage_l5.gif",738 "MypageTemplate" => ROOT_DIR."data/Smarty/templates/sample/mypage5.tpl"739 ),740 6 => array(741 "TopImage" => "/img/template/top_l6.gif",742 "TopTemplate" => ROOT_DIR."data/Smarty/templates/sample/top6.tpl",743 "ProdImage" => "/img/template/prod_l6.gif",744 "ProdTemplate" => ROOT_DIR."data/Smarty/templates/sample/product6.tpl",745 "DetailImage" => "/img/template/detail_l6.gif",746 "DetailTemplate" => ROOT_DIR."data/Smarty/templates/sample/detail6.tpl",747 "MypageImage" => "/img/template/mypage_l6.gif",748 "MypageTemplate" => ROOT_DIR."data/Smarty/templates/sample/mypage6.tpl"749 )750 );751 752 688 // ¥Ö¥í¥Ã¥¯ÇÛÃÖ 753 689 $arrTarget = array(
Note: See TracChangeset
for help on using the changeset viewer.
