12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
-
-
- $home_config = array(
-
- 'paginate' => array(
- 'type' => 'eyou',
- 'var_page' => 'page',
- 'list_rows' => 15,
- ),
-
-
-
-
-
-
-
-
-
-
-
-
- 'HTML_CACHE_ARR'=> array(),
- );
-
- $html_config = include_once 'html.php';
- return array_merge($home_config, $html_config);
- ?>
|