[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
elements
/
atomic-svg
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 atomic-svg.html.twig
1,317 B
SET
[ EDIT ]
|
[ DEL ]
📄 atomic-svg.php
3,469 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: atomic-svg.html.twig
{%- if settings.svg.html is defined and settings.svg.html is not empty -%} {%- set classes = settings.classes | merge([base_styles.base]) | join(' ') -%} {%- set id_attribute = settings._cssid is not empty ? 'id="' ~ settings._cssid | e('html_attr') ~ '"' : '' -%} {%- if settings.link.href is defined and settings.link.href is not empty -%} {%- set linkAttr = settings.link.tag == 'a' ? 'href' : 'data-action-link' -%} <{{ settings.link.tag | e('html_tag') }} {{ linkAttr }}="{{ settings.link.href | raw }}" target="{{ settings.link.target }}" class="{{ classes }}" data-interaction-id="{{ interaction_id }}" {%- if id_attribute is not empty %} {{ id_attribute }}{% endif -%} {%- if settings.attributes is defined and settings.attributes is not empty %} {{ settings.attributes | raw }}{% endif -%} >{{ settings.svg.html | raw }}</{{ settings.link.tag | e('html_tag') }}> {%- else -%} <div class="{{ classes }}" data-interaction-id="{{ interaction_id }}" {%- if id_attribute is not empty %} {{ id_attribute }}{% endif -%} {%- if settings.attributes is defined and settings.attributes is not empty %} {{ settings.attributes | raw }}{% endif -%} >{{ settings.svg.html | raw }}</div> {%- endif -%} {%- endif -%}