0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: babelfish.tpl
{if $prefs.feature_babelfish eq 'y' and $prefs.feature_babelfish_logo eq 'y'} {assign var=links value=0} {section loop=$babelfish_links name=i} {assign var=links value=$links+1} {/section} <div id="babelfish" align="center"> {if $links>0} <table width="100%"> {section loop=$babelfish_links name=i} <tr> {if $smarty.section.i.index == 0} <td> <a href="{$babelfish_links[i].href}" target="{$babelfish_links[i].target}"> {$babelfish_links[i].msg} </a> </td> <td rowspan="{$smarty.section.i.total}" align="right"> {$babelfish_logo} </td> {else} <td> <a href="{$babelfish_links[i].href}" target="{$babelfish_links[i].target}">{$babelfish_links[i].msg}</a> </td> {/if} </tr> {/section} </table> {elseif $tiki_p_admin eq 'y'} <small><strong>Babelfish ({tr}debug{/tr}): {tr}Fatal error{/tr}</strong></small> {/if} </div> {elseif $prefs.feature_babelfish eq 'y' and $prefs.feature_babelfish_logo eq 'n'} <div id="babelfish" align="center"> {if $links>0} <table width="100%"> {section loop=$babelfish_links name=i} <tr><td align="center"> <a href="{$babelfish_links[i].href}" target="{$babelfish_links[i].target}">{$babelfish_links[i].msg}</a> </td> </tr> {/section} </table> {elseif $tiki_p_admin eq 'y'} <small><strong>Babelfish ({tr}debug{/tr}): {tr}Fatal error{/tr}</strong></small> {/if} </div> {elseif $prefs.feature_babelfish eq 'n' and $prefs.feature_babelfish_logo eq 'y'} <div id="babelfish" align="center"> {$babelfish_logo} </div> {/if}