Active
Project:
AD The Morning After
Version:
6.x-1.8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 18:07 UTC
Updated:
16 Mar 2010 at 18:07 UTC
The themes shouldn't have hypens in their names because they don't make valid php function themes.
So, it's not possible to override theme funtions. See http://drupal.org/node/86781
For example:
function ad_the-morning-after-comment_block() {
}
Gives a php syntax error.
Please change the name to ad_the_morning_after