Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv17940/phpslash-ft/class
Modified Files:
functions.inc
Log Message:
translate block titles
Index: functions.inc
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** functions.inc 5 Mar 2002 16:48:28 -0000 1.94
--- functions.inc 8 Mar 2002 20:08:03 -0000 1.95
***************
*** 208,212 ****
'WIDTH' => $width,
'ALIGN' => $align,
! 'TITLE' => $title,
'CONTENTS' => $contents
));
--- 208,212 ----
'WIDTH' => $width,
'ALIGN' => $align,
! 'TITLE' => pslgetText($title),
'CONTENTS' => $contents
));
|