Closed (duplicate)
Project:
Banner
Version:
master
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2005 at 04:18 UTC
Updated:
13 Jan 2005 at 04:23 UTC
The INSTALL file has comprehensive instructions on how to setup the ad system.
One thing is obsolete though and needs to be updated: the PHP code that needs to be included in node and/or blocks to display an add.
It currently says
return banner_display();
Because in 4.5.x Drupal's theme system was changed, this should instead be as follows:
print banner_display();
Comments
Comment #1
kbahey commentedThis is a duplicate of http://drupal.org/node/12870