Closed (fixed)
Project:
Basic
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 05:54 UTC
Updated:
12 Jul 2011 at 20:11 UTC
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
Comment #1
damiankloip commentedThis 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?
Comment #2
damiankloip commentedHave changed this to basic_theme for now. Not sure if we need this hook in here though?
Comment #3
damiankloip commentedOr...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.
Comment #4
damiankloip commentedThis has been changed.