Update of /cvsroot/phpwebsite-comm/l10n/it/mod/fatcat/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5690/l10n/it/mod/fatcat/templates
Added Files:
links.tpl
Log Message:
initial revision
--- NEW FILE: links.tpl ---
<table width="100%" cellpadding="6">
<!-- BEGIN parent -->
<tr>
<td width="10%"><strong>Categoria principale:</strong></td><td>{PARENT}</td>
</tr>
<!-- END parent -->
<!-- BEGIN children -->
<tr>
<td valign="top" width="10%"><strong>Sottocategorie:</strong></td><td>{CHILDREN}</td>
</tr>
<!-- END children -->
</table>
|