backdrop-contrib / radix

A responsive base theme with Bootstrap and Sass for Backdrop CMS.
http://docs.radixtheme.org
GNU General Public License v2.0
4 stars 2 forks source link

PHP Notice: Undefined variable: classes_array #22

Open jenlampton opened 8 years ago

jenlampton commented 8 years ago
Notice: Undefined variable: classes_array in include() (line 18 of backdrop/themes/radix/templates/view/views-view-list.tpl.php).

In Radix:

<li class="<?php print $classes_array[$id]; ?>"><?php print $row; ?></li>

In Backdrop:

<li class="<?php if (!empty($row_classes[$id])) { print implode(' ', $row_classes[$id]); } ?>"><?php print $row; ?></li>