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:
authormattab <matthieu.aubry@gmail.com>2013-05-30 04:38:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-30 04:38:44 +0400
commit51ad9e7459fc28f470e12fdec833ca8dd637861e (patch)
tree8ca9769357485ef4f3d1b61cc18c3b7f912454f4 /plugins/SEO
parent4fdb65a036fc23365a3103e853f5a198f409be09 (diff)
Fixing bug in SEO template,
and tweaking readme
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/templates/index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SEO/templates/index.tpl b/plugins/SEO/templates/index.tpl
index 0a100bddb3..4145414f68 100644
--- a/plugins/SEO/templates/index.tpl
+++ b/plugins/SEO/templates/index.tpl
@@ -23,8 +23,8 @@
<table cellspacing='2' style='margin:auto;line-height:1.5em;padding-top:10px'>
{foreach from=$ranks item=rank}
<tr>
- {capture assign=seoLink}<a class="linkContent" href="?module=Proxy&action=redirect&url={$rank.logo_link|urlencode}" target="_blank"
- {if !empty($rank.logo_tooltip)}title="{$rank.logo_tooltip}"{/if}>{/capture}
+{capture assign=seoLink}{if !empty($rank.logo_link)}<a class="linkContent" href="?module=Proxy&action=redirect&url={$rank.logo_link|urlencode}" target="_blank"
+ {if !empty($rank.logo_tooltip)}title="{$rank.logo_tooltip}"{/if}>{/if}{/capture}
{capture assign=majesticLink}{$seoLink}Majestic</a>{/capture}
<td>{if !empty($rank.logo_link)}{$seoLink}{/if}<img
style='vertical-align:middle;margin-right:6px;' src='{$rank.logo}' border='0'