Skip to content
Snippets Groups Projects
Commit 64a2a445 authored by Earl Miles's avatar Earl Miles
Browse files

#322214: views-view-field--fieldname.tpl.php was left out of the possible theme functions.

parent ee00ecf7
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ class views_handler_field extends views_handler {
}
$themes[] = $hook . '__' . $this->view->name . '__' . $this->options['id'];
$themes[] = $hook . '__' . $this->view->name;
$themes[] = $hook . '__' . $this->options['id'];
$themes[] = $hook;
return $themes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment