www.jdownloads.com

0 Members and 1 Guest are viewing this topic.

Make "category title" multilingual
« on: 09.04.2020 18:41:33 »

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;