This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Description
Undefined variable: item in /templates/construct5-pro/html/com_content/category/blog_item.php on line 97
was <?php echo JHtml::('date', $item->created, JText::('DATE_FORMAT_LC1')); ?>
should be <?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHtml::('date',$this->item->created, JText::('DATE_FORMAT_LC2'))); ?>
Will need to check all instances of these dates and such