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')
-rw-r--r--plugins/Login/templates/header.tpl11
1 files changed, 7 insertions, 4 deletions
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 1fbb563c67..8556d0c82b 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -45,11 +45,14 @@
{include file="default/ie6.tpl"}
<div id="logo">
{if !$isCustomLogo}<a href="http://piwik.org" alt="Piwik" 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'}
+ <img src='{$logoLarge}' title="{$linkTitle}" width="240" style='margin-right:20px' />
+ {if $isCustomLogo}{capture name='poweredByPiwik'}
<i><a href="http://piwik.org/" target="_blank">{$linkTitle}</a></i>
{/capture}
{/if}
- {if !$isCustomLogo}</a>{/if}
+ {if !$isCustomLogo}</a>
+ <div class="description"># {$linkTitle}
+ <div class="arrow"> </div>
+ </div>
+ {/if}
</div>