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

Magnity’s picture

Status: Active » Fixed

Committed fixes.

Although there is a chance that there may be more of these around. All calls to theme functions must go via theme().

Mark_Watson27’s picture

Status: Fixed » Needs review

Hello @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:

    'storm_link' => array(
      'file'      => 'storm.theme.inc',
      'arguments' => array(),
    ),

In the function storm_theme in storm.module or the links won't appear.

Again apologies for introducing the problem in the first place, fairly new to Drupal coding, but am keen :)

Magnity’s picture

Status: Needs review » Fixed

Committed that too for 6&7. Should have spotted that.

PS: I'd prefer you to submit the occasional bug amongst a load of features ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.