The code snippet on this page http://drupal.org/project/iedestroyer needs to be revised for version 5.x. Right now, pasting that code snip into Garland's page.tpl yields a "Fatal error: Call to undefined function: module_exist()".

Comments

deekayen’s picture

Assigned: Unassigned » deekayen
Status: Active » Fixed
Senpai’s picture

Assigned: deekayen » Unassigned
Status: Fixed » Active

The new code snippy for version 5.x should be

<?php
if (module_exists('iedestroyer')) { echo iedestroyer_banner(); }
?>
Senpai’s picture

Status: Active » Fixed

Dude! You're fast! I'm having to post another followup just to re-close this one! Hah!

Anonymous’s picture

Status: Fixed » Closed (fixed)