Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Notice: Undefined variable: classes_array #22

Open
jenlampton opened this issue Sep 28, 2015 · 0 comments
Open

PHP Notice: Undefined variable: classes_array #22

jenlampton opened this issue Sep 28, 2015 · 0 comments
Labels

Comments

@jenlampton
Copy link
Member

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>
@jenlampton jenlampton added the bug label Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant