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:
authormattpiwik <matthieu.aubry@gmail.com>2011-05-27 02:16:48 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-27 02:16:48 +0400
commit804feaa9d1a41c9200f167af3e55d19efe5812da (patch)
tree96fe0986914e36b7b2a078c16dc0928438b7efa5 /plugins/Login
parentd32abe0123266062e95980e1a84bcfe8a1349ce6 (diff)
Refs #2008
* keep uploaded logo ratio after resizing, just force the height (so it works for high logos, or wide logos) git-svn-id: http://dev.piwik.org/svn/trunk@4817 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 338b9002fe..90d18ed16e 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -57,7 +57,7 @@
{include file="default/ie6.tpl"}
<div id="logo">
<a href="http://piwik.org" title="{$linkTitle}">
- <img src='{$logo}' width='200' style='margin-right:20px'>
+ <img src='{$logoLarge}' width='200' style='margin-right:20px'>
<div class="description"># {$linkTitle}</div>
</a>
</div>