[Webbinder-commits] root/lib/phplayers_tiki tiki-phplayers.php, 1.3, 1.4
Brought to you by:
jasondiceman,
sylvieg
|
From: Sylvie G. <sy...@us...> - 2006-07-18 16:32:25
|
Update of /cvsroot/webbinder/root/lib/phplayers_tiki In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14823/lib/phplayers_tiki Modified Files: tiki-phplayers.php Log Message: translate categories names Index: tiki-phplayers.php =================================================================== RCS file: /cvsroot/webbinder/root/lib/phplayers_tiki/tiki-phplayers.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tiki-phplayers.php 1 Sep 2005 21:53:52 -0000 1.3 --- tiki-phplayers.php 18 Jul 2006 16:32:21 -0000 1.4 *************** *** 23,27 **** $back .= $smarty->fetchLang($language, $tpl); } else ! $back .= $k['name']; $back .= '|tiki-browse_categories.php?parentId='.$k['categId'].$urlEnd; $back .= $subTree; --- 23,27 ---- $back .= $smarty->fetchLang($language, $tpl); } else ! $back .= tra($k['name']); $back .= '|tiki-browse_categories.php?parentId='.$k['categId'].$urlEnd; $back .= $subTree; |