|
@@ -7,17 +7,17 @@ discard block |
|
|
block discarded – undo |
|
7
|
7
|
'uploaddir' => '/', |
|
8
|
8
|
|
|
9
|
9
|
'page' => array( |
|
10
|
|
- 'account-index' => array( 'account/profile','account/subscription','account/history','account/favorite','account/watch','basket/mini','catalog/session' ), |
|
11
|
|
- 'basket-index' => array( 'basket/bulk', 'basket/standard','basket/related' ), |
|
|
10
|
+ 'account-index' => array( 'account/profile', 'account/subscription', 'account/history', 'account/favorite', 'account/watch', 'basket/mini', 'catalog/session' ), |
|
|
11
|
+ 'basket-index' => array( 'basket/bulk', 'basket/standard', 'basket/related' ), |
|
12
|
12
|
'catalog-count' => array( 'catalog/count' ), |
|
13
|
|
- 'catalog-detail' => array( 'basket/mini','catalog/stage','catalog/detail','catalog/session' ), |
|
14
|
|
- 'catalog-list' => array( 'basket/mini','catalog/filter','catalog/lists' ), |
|
|
13
|
+ 'catalog-detail' => array( 'basket/mini', 'catalog/stage', 'catalog/detail', 'catalog/session' ), |
|
|
14
|
+ 'catalog-list' => array( 'basket/mini', 'catalog/filter', 'catalog/lists' ), |
|
15
|
15
|
'catalog-stock' => array( 'catalog/stock' ), |
|
16
|
16
|
'catalog-suggest' => array( 'catalog/suggest' ), |
|
17
|
|
- 'catalog-tree' => array( 'basket/mini','catalog/filter','catalog/stage','catalog/lists' ), |
|
|
17
|
+ 'catalog-tree' => array( 'basket/mini', 'catalog/filter', 'catalog/stage', 'catalog/lists' ), |
|
18
|
18
|
'checkout-confirm' => array( 'checkout/confirm' ), |
|
19
|
19
|
'checkout-index' => array( 'checkout/standard' ), |
|
20
|
|
- 'checkout-update' => array( 'checkout/update'), |
|
|
20
|
+ 'checkout-update' => array( 'checkout/update' ), |
|
21
|
21
|
), |
|
22
|
22
|
|
|
23
|
23
|
'resource' => array( |
|
@@ -28,7 +28,7 @@ discard block |
|
|
block discarded – undo |
|
28
|
28
|
'database' => 'slim', |
|
29
|
29
|
'username' => 'aimeos', |
|
30
|
30
|
'password' => 'aimeos', |
|
31
|
|
- 'stmt' => array("SET SESSION sort_buffer_size=2097144; SET NAMES 'utf8mb4'; SET SESSION sql_mode='ANSI'"), |
|
|
31
|
+ 'stmt' => array( "SET SESSION sort_buffer_size=2097144; SET NAMES 'utf8mb4'; SET SESSION sql_mode='ANSI'" ), |
|
32
|
32
|
'opt-persistent' => 0, |
|
33
|
33
|
'limit' => 3, |
|
34
|
34
|
'defaultTableOptions' => [ |