Function not themeable
exiled_hammer - October 24, 2009 - 21:17
| Project: | Rotor Banner |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Found the following in rotor.module:
Line331 reads $output .= theme_rotor_tab($node);
Should be $output .= theme ('rotor_tab', $node);

#1
This is fixed in CVS - thanks.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.