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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-24 21:23:06 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-24 21:23:06 +0400
commit15df6a13f7ead363a57a475513c087375f26ebc0 (patch)
tree1d8d5bceefc134118b90da91167be64e191a84e5 /plugins/Login
parenteaf7e95a37a586df658224b313f9f49759069038 (diff)
Adjust header.tpl to use the new CSS/Logo
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>