vfilby (not verified)

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:

<?php if( module_exist( iedestroyer ) {
  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.

Reply

The content of this field is kept private and will not be shown publicly.