Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.twig « templates « SitesManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7935ae8a0d577466c8f20728a75ef65ae497403e (plain)
1
2
3
4
5
6
7
8
9
{% extends 'admin.twig' %}

{% set title %}{{ 'SitesManager_WebsitesManagement'|translate }}{% endset %}

{% block content %}

    <div ng-include="'plugins/SitesManager/templates/index.html?cb={{ cacheBuster }}'"></div>

{% endblock %}