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

Undefined variable #3

Open
betweenbrain opened this issue Oct 18, 2011 · 0 comments
Open

Undefined variable #3

betweenbrain opened this issue Oct 18, 2011 · 0 comments

Comments

@betweenbrain
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant