@@ -260,7 +260,7 @@ |
||
260 | 260 | $siteManager = \Aimeos\MShop::create( $context, 'locale/site'); |
261 | 261 | $context->config()->apply( $siteManager->find( $site )->getConfig() ); |
262 | 262 | |
263 | - $paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $context->locale()->getSiteItem()->getTheme() ); |
|
263 | + $paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $context->locale()->getSiteItem()->getTheme() ); |
|
264 | 264 | $view = app( 'aimeos.view' )->create( $context, $paths, $lang ); |
265 | 265 | |
266 | 266 | $view->aimeosType = 'Laravel'; |
@@ -257,7 +257,7 @@ |
||
257 | 257 | $context->setI18n( app( 'aimeos.i18n' )->get( array( $lang, 'en' ) ) ); |
258 | 258 | $context->setLocale( app( 'aimeos.locale' )->getBackend( $context, $site ) ); |
259 | 259 | |
260 | - $siteManager = \Aimeos\MShop::create( $context, 'locale/site'); |
|
260 | + $siteManager = \Aimeos\MShop::create( $context, 'locale/site' ); |
|
261 | 261 | $context->config()->apply( $siteManager->find( $site )->getConfig() ); |
262 | 262 | |
263 | 263 | $paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $context->locale()->getSiteItem()->getTheme() ); |