I keep getting hundreds of errors in my PHP log for one the of template override files:
[04-May-2017 00:56:14 CST6CDT] PHP Notice: Undefined variable: row in /home/xxxxxx/public_html/templates/gk_writer/html/com_content/category/blog.php on line 104
That line is:
- Code: Select all
<div class="items-row cols-<?php echo (int) $this->columns;?> <?php echo 'row-'.$row ; ?>">
What can I do to fix this? I'm using Joomla 3.6.5 and the latest version of the Writer template.