Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2009 at 07:35 UTC
Updated:
10 Feb 2009 at 21:40 UTC
In theory, a style plugin should support both theme functions and templates, in whatever file is specified by the style plugin's 'theme file' key. However, due to an oops in views_theme() it doesn't do a require_once() before checking for the theme function, so a function never gets registered if it doesn't happen to have already been included.
merlinofchaos said the relevant loop was line 53 of views.module and following.
Comments
Comment #1
merlinofchaos commentedCommitted a fix.