File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
datamodels/2.x/itop-portal-base/portal/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 {% endif %}
6565 {# Custom CSS that is supposed to do adjustments to the portal #}
6666 {% if app [' combodo.portal.instance.conf' ].properties.themes .custom is defined %}
67- <link href =" {{ app [' combodo.portal.instance.conf' ].properties.themes .custom | add_itop_version }}" rel =" stylesheet" >
67+ <link href =" {{ app [' combodo.absolute_url ' ] ~ app [ ' combodo. portal.instance.conf' ].properties.themes .custom | add_itop_version }}" rel =" stylesheet" >
6868 {% endif %}
6969 {# Others CSS that will come after the theme/portal/custom, in an undefined order #}
7070 {% if app [' combodo.portal.instance.conf' ].properties.themes .others is defined %}
7171 {% for theme in app [' combodo.portal.instance.conf' ].properties.themes .others %}
72- <link href =" {{ theme | add_itop_version }}" rel =" stylesheet" >
72+ <link href =" {{ app [ ' combodo.absolute_url ' ] ~ theme | add_itop_version }}" rel =" stylesheet" >
7373 {% endfor %}
7474 {% endif %}
7575 {% endblock %}
You can’t perform that action at this time.
0 commit comments