News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Make "category title" multilingual

Started by pixelhexe, 09.04.2020 18:41:33

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pixelhexe


Just a little code optimization (<= V 3.2.67) -

components\com_jdownloads\helpers\jdownloadshelper.php

line 962 -
$cat->title = str_repeat('- ', $repeat) . JText::_(''.$cat->title.'');

instead of

$cat->title = str_repeat('- ', $repeat) . $cat->title;
  •