|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/KMU-CSR-PLANER/wp-content/plugins/matomo/app/plugins/Morpheus/templates/ |
Upload File : |
{% macro logoHtml(metadata, alt='') %}
{% if metadata['logo'] is defined %}
{% if metadata['logoWidth'] is defined %}
{% set width %}width="{{ metadata['logoWidth'] }}"{% endset %}
{% endif %}
{% if metadata['logoHeight'] is defined %}
{% set height %}height="{{ metadata['logoHeight'] }}"{% endset %}
{% endif %}
{% if metadata['logoWidth'] is defined %}
{% set width %}width="{{ metadata['logoWidth'] }}"{% endset %}
{% endif %}
{% if alt is not empty %}
{% set alt %}title='{{ alt }}' alt='{{ alt }}'{% endset %}
{% endif %}
<img {{ alt }} {{ width|default('') }} {{ height|default('') }} src='{{ metadata['logo'] }}' />
{% endif %}
{% endmacro %}
{# Deprecated: use form-group and form-help DIVs instead #}
{% macro inlineHelp(text) %}
<div class="ui-inline-help" >
{{ text|raw }}
</div>
{% endmacro %}