{* $Header: /cvsroot/bitweaver/_bit_languages/templates/babelfish.tpl,v 1.4 2006/02/06 22:56:47 squareing Exp $ *} {if $gBitSystem->isFeatureActive( 'babelfish' ) and $gBitSystem->isFeatureActive( 'babelfish_logo' )}
{section loop=$babelfish_links name=i} {if $smarty.section.i.index == 0} {else} {/if} {/section}
{$babelfish_links[i].msg} {$babelfish_logo} {$babelfish_links[i].msg}
{elseif $gBitSystem->isFeatureActive( 'babelfish' ) and !$gBitSystem->isFeatureActive( 'babelfish_logo' )}
{section loop=$babelfish_links name=i} {/section}
{$babelfish_links[i].msg}
{elseif !$gBitSystem->isFeatureActive( 'babelfish' ) and $gBitSystem->isFeatureActive( 'babelfish_logo' )}
{$babelfish_logo}
{/if}