|
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/UserCountry/templates/ |
Upload File : |
{% extends 'admin.twig' %}
{% set title %}{{ 'UserCountry_Geolocation'|translate }}{% endset %}
{% block content %}
{% import 'macros.twig' as piwik %}
<div
vue-entry="UserCountry.AdminPage"
current-provider-id="{{ currentProviderId|json_encode }}"
is-there-working-provider="{{ isThereWorkingProvider|default(null)|json_encode }}"
set-up-guides="{{ setUpGuides|default(null)|json_encode }}"
this-ip="{{ thisIP|default(null)|json_encode }}"
location-providers="{{ locationProviders|default(null)|json_encode }}"
default-provider-id="{{ constant("Piwik\\Plugins\\UserCountry\\LocationProvider\\DefaultProvider::ID")|default(null)|json_encode }}"
disabled-provider-id="{{ constant("Piwik\\Plugins\\UserCountry\\LocationProvider\\DisabledProvider::ID")|default(null)|json_encode }}"
></div>
{{ configurations|raw }}
{% endblock %}