@@ -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'; |