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:
Diffstat (limited to 'plugins/Login/templates/header.tpl')
-rw-r--r--plugins/Login/templates/header.tpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 90d18ed16e..bae192ca6a 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -56,8 +56,12 @@
{/if}
{include file="default/ie6.tpl"}
<div id="logo">
- <a href="http://piwik.org" title="{$linkTitle}">
- <img src='{$logoLarge}' width='200' style='margin-right:20px'>
- <div class="description"># {$linkTitle}</div>
- </a>
+ {if !$isCustomLogo}<a href="http://piwik.org" title="{$linkTitle}">{/if}
+ <img src='{$logoLarge}' title="{$linkTitle}" width='200' style='margin-right:20px'>
+ {if !$isCustomLogo}<div class="description"># {$linkTitle}</div>
+ {else}{capture name='poweredByPiwik'}
+ <i><a href="http://piwik.org/" target="_blank">{$linkTitle}</a></i>
+ {/capture}
+ {/if}
+ {if !$isCustomLogo}</a>{/if}
</div>