2
Me again,
Ok,I don't know if this is a correct solution but I solved it by changing the
displayTarea($cat_name, 0, 0, 0, 0, 0);
and the
displayTarea($myrow['art_title'], 0, 0, 0, 0, 0)
parts respectively into
makeTboxData4Show($cat_name);
and
makeTboxData4Show($myrow['art_title'])
from the index.php file in the articles module folder.
Also change the art_title part in the
The titles are displayed correctly now.