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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-01-10 01:31:38 +0300
committerGitHub <noreply@github.com>2018-01-10 01:31:38 +0300
commitb127a1a48097671ed37106605a9a564602845038 (patch)
tree3c9bf47726ec2b79fe1dea69cc360fb102b8ffe5 /plugins/Marketplace/templates
parentdfe2f64c72b5dd521f5dfac16988f8d333fbdd93 (diff)
Consider matomo-org as official github owner (#12414)
* Consider matomo-org as official github owner * Show logo also for matomo-org * update anonymous submodule
Diffstat (limited to 'plugins/Marketplace/templates')
-rw-r--r--plugins/Marketplace/templates/macros.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/templates/macros.twig b/plugins/Marketplace/templates/macros.twig
index 50aa06af8d..4df2426639 100644
--- a/plugins/Marketplace/templates/macros.twig
+++ b/plugins/Marketplace/templates/macros.twig
@@ -1,6 +1,6 @@
{% 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='') %}