| Line | |
|---|
| 1 | <?php
|
|---|
| 2 | /*
|
|---|
| 3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
|
|---|
| 4 | *
|
|---|
| 5 | * http://www.lockon.co.jp/
|
|---|
| 6 | */
|
|---|
| 7 | $arrPageList = array(
|
|---|
| 8 | 1 => "TOP¥Ú¡¼¥¸",
|
|---|
| 9 | 2 => "¥Õ¥¡¥Ã¥·¥ç¥ó",
|
|---|
| 10 | 3 => "»¨²ß",
|
|---|
| 11 | 4 => "²ÈÅÅ",
|
|---|
| 12 | 5 => "PC¡¦¼þÊÕµ¡´ï",
|
|---|
| 13 | 6 => "ÈþÍÆ¡¦·ò¹¯",
|
|---|
| 14 | 7 => "¿©ÉÊ",
|
|---|
| 15 | 8 => "TV¥·¥ç¥Ã¥Ô¥ó¥°"
|
|---|
| 16 | );
|
|---|
| 17 |
|
|---|
| 18 | $arrPageTpl = array(
|
|---|
| 19 | 1 => "index.tpl",
|
|---|
| 20 | 2 => "products_list-c2.tpl",
|
|---|
| 21 | 3 => "products_list-c3.tpl",
|
|---|
| 22 | 4 => "products_list-c4.tpl",
|
|---|
| 23 | 5 => "products_list-c5.tpl",
|
|---|
| 24 | 6 => "products_list-c6.tpl",
|
|---|
| 25 | 7 => "products_list-c7.tpl",
|
|---|
| 26 | 8 => "products_list-c8.tpl",
|
|---|
| 27 | );
|
|---|
| 28 |
|
|---|
| 29 | $arrPageURL = array(
|
|---|
| 30 | 1 => "/index.php?",
|
|---|
| 31 | 2 => "/products/list-c2.html&",
|
|---|
| 32 | 3 => "/products/list-c3.html&",
|
|---|
| 33 | 4 => "/products/list-c4.html&",
|
|---|
| 34 | 5 => "/products/list-c5.html&",
|
|---|
| 35 | 6 => "/products/list-c6.html&",
|
|---|
| 36 | 7 => "/products/list-c7.html&",
|
|---|
| 37 | 8 => "/products/list-c8.html&",
|
|---|
| 38 | );
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.