This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new c903c71 Fixed: multiflex css is linking to wrong location (OFBIZ-11977)
c903c71 is described below
commit c903c71aa8f63f3c2b133b95c9fea42efac6f995
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sun Aug 30 11:18:38 2020 +0200
Fixed: multiflex css is linking to wrong location (OFBIZ-11977)
Thanks: Alex
---
multiflex/widget/Theme.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multiflex/widget/Theme.xml b/multiflex/widget/Theme.xml
index e5fc23f..a7f5362 100644
--- a/multiflex/widget/Theme.xml
+++ b/multiflex/widget/Theme.xml
@@ -35,7 +35,7 @@ under the License.
<property name="VT_STYLESHEET['add']" value="/ecommerce/images/blog.css"/>
<property name="VT_STYLESHEET['add']" value="/multiflex/style.css"/>
<property name="VT_STYLESHEET['add']" value="/contentimages/css/contentForum.css"/>
- <property name="VT_STYLESHEET['add']" value="/ecommerce/js/bootstrap/js/bootstrap-4.3.1.min.css"/>
+ <property name="VT_STYLESHEET['add']" value="/ecommerce/js/bootstrap/css/bootstrap-4.3.1.min.css"/>
<!--template location-->
<property name="VT_HDR_TMPLT_LOC" value="component://multiflex/template/Header.ftl"/>
<property name="VT_FTR_TMPLT_LOC" value="component://multiflex/template/Footer.ftl"/>