Hi!
I'm having a problem and i don't know if i'm the only one.. i use the module and the problem is... the site has 2 language DE EN and comes ES but when i have the english site... the german flags is not as a link i have to move my mouse till i get a small link as a space... itried all and i can not fix it... here i put the modul code... maybe someone can help me---- thx. diego
Code:
<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if ($this->headline): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
<?php foreach ($this->languages AS $arrLang): ?>
<?php if ($arrLang['active']): ?>
<span class="active">
<?php if ($this->useImages): ?>
[img]<?php echo $arrLang['icon']; ?>[/img]"<?php echo $arrLang['iconsize']; ?> />
<?php else: echo $arrLang['label']; endif; ?>
</span>
<?php else: ?>
<a href="<?php echo $arrLang['href']; ?>"<?php echo $arrLang['target']; ?> title="<?php echo $arrLang['pageTitle']; ?>"><?php if ($this->useImages): ?>[img]<?php echo $arrLang['icon']; ?>[/img]"<?php echo $arrLang['iconsize']; ?> />
<?php else: echo $arrLang['label']; endif; ?>
</a>
<?php endif; ?>
<?php endforeach; ?>
</div>
Bookmarks