@@ -10,16 +10,16 @@ discard block  | 
                                                    ||
| 10 | 10 | 'uploaddir' => '/',  | 
                                                        
| 11 | 11 | |
| 12 | 12 | 'page' => array(  | 
                                                        
| 13 | - 'account-index' => array( 'account/profile','account/subscription','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/subscription', '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,22 +37,22 @@ 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' => storage_path( 'admin' ),  | 
                                                        |
| 45 | - 'tempdir' => storage_path( 'tmp' ),  | 
                                                        |
| 44 | +			'basedir' => storage_path('admin'), | 
                                                        |
| 45 | +			'tempdir' => storage_path('tmp'), | 
                                                        |
| 46 | 46 | ),  | 
                                                        
| 47 | 47 | 'fs-import' => array(  | 
                                                        
| 48 | 48 | 'adapter' => 'Standard',  | 
                                                        
| 49 | - 'basedir' => storage_path( 'import' ),  | 
                                                        |
| 50 | - 'tempdir' => storage_path( 'tmp' ),  | 
                                                        |
| 49 | +			'basedir' => storage_path('import'), | 
                                                        |
| 50 | +			'tempdir' => storage_path('tmp'), | 
                                                        |
| 51 | 51 | ),  | 
                                                        
| 52 | 52 | 'fs-secure' => array(  | 
                                                        
| 53 | 53 | 'adapter' => 'Standard',  | 
                                                        
| 54 | - 'basedir' => storage_path( 'secure' ),  | 
                                                        |
| 55 | - 'tempdir' => storage_path( 'tmp' ),  | 
                                                        |
| 54 | +			'basedir' => storage_path('secure'), | 
                                                        |
| 55 | +			'tempdir' => storage_path('tmp'), | 
                                                        |
| 56 | 56 | ),  | 
                                                        
| 57 | 57 | 'mq' => array(  | 
                                                        
| 58 | 58 | 'adapter' => 'Standard',  | 
                                                        
@@ -288,7 +288,7 @@ discard block  | 
                                                    ||
| 288 | 288 | # in the "maxwidth" parameter  | 
                                                        
| 289 | 289 | # 'maxheight' => 280,  | 
                                                        
| 290 | 290 | ),  | 
                                                        
| 291 | - 'tempdir' => storage_path( 'aimeos' ),  | 
                                                        |
| 291 | +					'tempdir' => storage_path('aimeos'), | 
                                                        |
| 292 | 292 | ),  | 
                                                        
| 293 | 293 | ),  | 
                                                        
| 294 | 294 | ),  |