The problem is that when I changed the module to not use the theme hook for something that I deemed was not a theme, I also forgot to update the INSTALL.txt file. In your theme insert the following code:
Now that I think of this, I may add the theme hook back in for use in theme engines that do not support calling php functions. The module will be updated shortly.
Reply
Your Host
I am Vince and this is my personal website. I am a computer programmer working in local search with TrueLocal. At home I use a mac but I live and breath .Net at work. The name filbar is an adaption of the acronym fubar (Fucked Up Beyond All Recognition). I did something exceptionally odd one day and my friend Clayton said, "that's filbar!" Somehow the name stuck and, mother of all surprises, the domain was available.
The problem is that when I changed the module to not use the theme hook for something that I deemed was not a theme, I also forgot to update the INSTALL.txt file. In your theme insert the following code:
print iedestroyer_banner();
}?>
Now that I think of this, I may add the theme hook back in for use in theme engines that do not support calling php functions. The module will be updated shortly.