From cc9f560294e131a95b8841d98c7ceb68d1b03755 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Thu, 11 Apr 2024 14:54:34 +0200 Subject: [PATCH] [Fixed] src-path --- views/smarty/blocks/layout/d3_base_style.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/smarty/blocks/layout/d3_base_style.tpl b/views/smarty/blocks/layout/d3_base_style.tpl index ab873a3..eb9fa82 100644 --- a/views/smarty/blocks/layout/d3_base_style.tpl +++ b/views/smarty/blocks/layout/d3_base_style.tpl @@ -1,3 +1,3 @@ [{$smarty.block.parent}] [{assign var="d3ViewConfObject" value=$oView->getViewConfig()}] -[{oxstyle include=$d3ViewConfObject->getModuleUrl('removegooglefonts', 'assets/out/src/css/d3_fonts.css')}] \ No newline at end of file +[{oxstyle include=$d3ViewConfObject->getModuleUrl('removegooglefonts', 'out/src/css/d3_fonts.css')}] \ No newline at end of file