@@ -10,16 +10,16 @@ discard block |
||
| 10 | 10 | 'uploaddir' => '/', |
| 11 | 11 | |
| 12 | 12 | 'page' => array( |
| 13 | - 'account-index' => array( 'account/profile','account/history','account/favorite','account/watch','basket/mini','catalog/session' ), |
|
| 14 | - 'basket-index' => array( 'basket/standard','basket/related' ), |
|
| 15 | - 'catalog-count' => array( 'catalog/count' ), |
|
| 16 | - 'catalog-detail' => array( 'basket/mini','catalog/stage','catalog/detail','catalog/session' ), |
|
| 17 | - 'catalog-list' => array( 'basket/mini','catalog/filter','catalog/stage','catalog/lists' ), |
|
| 18 | - 'catalog-stock' => array( 'catalog/stock' ), |
|
| 19 | - 'catalog-suggest' => array( 'catalog/suggest' ), |
|
| 20 | - 'checkout-confirm' => array( 'checkout/confirm' ), |
|
| 21 | - 'checkout-index' => array( 'checkout/standard' ), |
|
| 22 | - 'checkout-update' => array( 'checkout/update'), |
|
| 13 | + 'account-index' => array('account/profile', 'account/history', 'account/favorite', 'account/watch', 'basket/mini', 'catalog/session'), |
|
| 14 | + 'basket-index' => array('basket/standard', 'basket/related'), |
|
| 15 | + 'catalog-count' => array('catalog/count'), |
|
| 16 | + 'catalog-detail' => array('basket/mini', 'catalog/stage', 'catalog/detail', 'catalog/session'), |
|
| 17 | + 'catalog-list' => array('basket/mini', 'catalog/filter', 'catalog/stage', 'catalog/lists'), |
|
| 18 | + 'catalog-stock' => array('catalog/stock'), |
|
| 19 | + 'catalog-suggest' => array('catalog/suggest'), |
|
| 20 | + 'checkout-confirm' => array('checkout/confirm'), |
|
| 21 | + 'checkout-index' => array('checkout/standard'), |
|
| 22 | + 'checkout-update' => array('checkout/update'), |
|
| 23 | 23 | ), |
| 24 | 24 | |
| 25 | 25 | 'resource' => array( |
@@ -37,17 +37,17 @@ discard block |
||
| 37 | 37 | 'fs' => array( |
| 38 | 38 | 'adapter' => 'Standard', |
| 39 | 39 | 'basedir' => public_path(), |
| 40 | - 'tempdir' => storage_path( 'tmp' ), |
|
| 40 | + 'tempdir' => storage_path('tmp'), |
|
| 41 | 41 | ), |
| 42 | 42 | 'fs-admin' => array( |
| 43 | 43 | 'adapter' => 'Standard', |
| 44 | - 'basedir' => public_path( 'uploads' ), |
|
| 45 | - 'tempdir' => storage_path( 'tmp' ), |
|
| 44 | + 'basedir' => public_path('uploads'), |
|
| 45 | + 'tempdir' => storage_path('tmp'), |
|
| 46 | 46 | ), |
| 47 | 47 | 'fs-secure' => array( |
| 48 | 48 | 'adapter' => 'Standard', |
| 49 | - 'basedir' => storage_path( 'secure' ), |
|
| 50 | - 'tempdir' => storage_path( 'tmp' ), |
|
| 49 | + 'basedir' => storage_path('secure'), |
|
| 50 | + 'tempdir' => storage_path('tmp'), |
|
| 51 | 51 | ), |
| 52 | 52 | 'mq' => array( |
| 53 | 53 | 'adapter' => 'Standard', |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | # in the "maxwidth" parameter |
| 284 | 284 | # 'maxheight' => 280, |
| 285 | 285 | ), |
| 286 | - 'tempdir' => storage_path( 'aimeos' ), |
|
| 286 | + 'tempdir' => storage_path('aimeos'), |
|
| 287 | 287 | ), |
| 288 | 288 | ), |
| 289 | 289 | ), |