1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
-
-
- $plugins_config = array(
-
- 'paginate' => array(
- 'type' => 'eyou',
- 'var_page' => 'page',
- 'list_rows' => 15,
- ),
-
-
-
-
- 'dispatch_error_tmpl' => 'public/static/common/dispatch_jump.htm',
-
- 'dispatch_success_tmpl' => 'public/static/common/dispatch_jump.htm',
-
-
-
-
-
-
-
-
-
-
-
-
- 'HTML_CACHE_ARR'=> array(),
- );
-
- $html_config = include_once 'html.php';
- return array_merge($plugins_config, $html_config);
- ?>
|