Some calls to theme functions are called by using theme_themefunction(args) rather than theme('themefunction', args) - this means that they will not be subject to the same override behaviour etc.
Some calls to theme functions are called by using theme_themefunction(args) rather than theme('themefunction', args) - this means that they will not be subject to the same override behaviour etc.
Comments
Comment #1
Magnity commentedCommitted fixes.
Although there is a chance that there may be more of these around. All calls to theme functions must go via theme().
Comment #2
Mark_Watson27 commentedHello @Magnity, it was the first time I'd played with theming and didn't quite understand.
I've just downloaded the latest dev and realised that we'll also need:
In the function
storm_themeinstorm.moduleor the links won't appear.Again apologies for introducing the problem in the first place, fairly new to Drupal coding, but am keen :)
Comment #3
Magnity commentedCommitted that too for 6&7. Should have spotted that.
PS: I'd prefer you to submit the occasional bug amongst a load of features ;)