[Webbinder-commits] root/modules mod-categories.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/modules In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14823/modules Modified Files: mod-categories.php Log Message: translate categories names Index: mod-categories.php =================================================================== RCS file: /cvsroot/webbinder/root/modules/mod-categories.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mod-categories.php 24 Aug 2005 22:22:08 -0000 1.3 --- mod-categories.php 18 Jul 2006 16:32:21 -0000 1.4 *************** *** 67,71 **** "id" => $cat["categId"], "parent" => $cat["parentId"], ! "data" => '<a class="catname" href="tiki-browse_categories.php?parentId=' . $cat["categId"] .$urlEnd.'">' . $cat["name"] . '</a><br />' ); } --- 67,71 ---- "id" => $cat["categId"], "parent" => $cat["parentId"], ! "data" => '<a class="catname" href="tiki-browse_categories.php?parentId=' . $cat["categId"] .$urlEnd.'">' . tra($cat["name"]) . '</a><br />' ); } |