Purity iv - I get this line in the error log: [05-Sep-2024 18:47:50 America/Chicago] PHP Warning: Undefined variable $row in /home/yooperli/public_html/templates/ja_purity_iv/html/com_content/featured/default.php on line 78 "
Line 78 looks like this: <div id="item-container" class="items-row cols-<?php echo (int) $this->columns; ?> <?php echo 'row-' . $row; ?> row">
Please tell me how to 'define' $row so that this error doesn't happen. It's a fresh quickstart install. thanks!