Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider b127a1a4 rédigé par Thomas Steur's avatar Thomas Steur Validation de GitHub
Parcourir les fichiers

Consider matomo-org as official github owner (#12414)

* Consider matomo-org as official github owner

* Show logo also for matomo-org

* update anonymous submodule
parent dfe2f64c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Subproject commit 67e83b1712bcd96836ee2c5de2bfb91334382183
Subproject commit fc2cd7a79e250a92cb1e5211f71cc0d1578b1fb1
......@@ -229,7 +229,7 @@ class Controller extends Plugin\ControllerAdmin
if (isset($plugin['info']) && isset($plugin['info']['authors'])) {
foreach ($plugin['info']['authors'] as $author) {
if (in_array(strtolower($author['name']), array('piwik', 'innocraft'))) {
if (in_array(strtolower($author['name']), array('piwik', 'innocraft', 'matomo-org'))) {
$plugin['isOfficialPlugin'] = true;
break;
}
......
{% macro pluginDeveloper(owner) %}
{% if 'piwik' == owner %}<img title="Piwik" alt="Piwik" style="padding-bottom:2px;height:11px;" src="plugins/Morpheus/images/logo-marketplace.png"/>{% else %}{{ owner }}{% endif %}
{% if 'piwik' == owner or 'matomo-org' == owner %}<img title="Piwik" alt="Piwik" style="padding-bottom:2px;height:11px;" src="plugins/Morpheus/images/logo-marketplace.png"/>{% else %}{{ owner }}{% endif %}
{% endmacro %}
{% macro featuredIcon(align='') %}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter