1
Hi ! I'm using the multilanguage patch form hsalazar and I would like to make the theme i'm using more multilingual. In order to do that, I need some info from you guys (I just started with php so... no too good...)
Ok, in the theme.html file, there is this line :
<tr><td class="slogan" colspan="2"><{$xoops_slogan}>td>tr>
I need to pass the $xoops_slogan to this :
$myts->makeTboxData4Show($xoops_url);
so it can put the text in the good language.
Now, I don't know where to put it, I don't know what are the links between the theme and XOOPS and php, etc...
Can anybody hekp please ?
Thanks !