Hello, I was going through the code and found _basic_theme(). Not really sure what it does, and even if it ever gets called, and if it does, how and when?

I read the README but says nothing about it.

Thanks for your help

Comments

damiankloip’s picture

This is an implementation of hook_theme(). However, I don't think this will be called currently as it is prefixed with '_basic' and not 'basic'. Usually _ signifies a helper function of some kind. I'm not sure if there is a reason behind this?

damiankloip’s picture

Have changed this to basic_theme for now. Not sure if we need this hook in here though?

damiankloip’s picture

Or...Is this intended to be called from somewhere else, and included in a hook_theme? Currently there is not a hook_theme implementation. I think this does need to be hook_theme instead.

damiankloip’s picture

Category: support » bug
Status: Active » Fixed

This has been changed.

Status: Fixed » Closed (fixed)

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