golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/variables/template
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
element.twig
592 B
Del
OK
global.twig
110 B
Del
OK
macro.twig
1004 B
Del
OK
Edit: macro.twig
{% import _self as self %} {% macro globalCssVariable(variable, customCssVariableName) %} {# Skip this variable if it doesn't have a name #} {% if variable and (variable.cssVariableName or customCssVariableName) %} {% set value = variable.value.style|default(variable.value) %} {% if variable.type == 'font_family' %} {% set value = process_font(value) %} {% endif %} {% if variable.type == 'color' %} {% if value.value %} {% set value = value.value %} {% endif %} {% endif %} {% if variable.type == 'image_url' and value %} {# If the value is an array #} {% if value is iterable %} {% set value = value.url %} {% endif %} {% if value %} {% set value = 'url(' ~ value ~ ')' %} {% endif %} {% endif %} --{{ customCssVariableName|default(variable.cssVariableName) }}: {{ value }}; {% endif %} {% endmacro %}
Save