callbacks.inc |
includes/callbacks.inc |
|
Dynamic Banner Admin Pages and various other functions to make them work
Most of the code in this file was derived from path module |
dynamic_banner.css |
dynamic_banner.css |
|
/* Store all your css for banners in here*/
#banner{
}
#banner img{
}
#banner p{
}
#banner-left{
}
#banner-right{
}
#banner-left img{
}
#banner-right img{
}
#banner-right p{
}
/* You get the idea */
/* If you want to change the divs or elements… |
dynamic_banner.info |
dynamic_banner.info |
|
name = Dynamic Banner
description = "Makes a block that can be used to dynamically place a banner on any page you wish to support."
dependencies[] = path
core = 6.x |
dynamic_banner.install |
dynamic_banner.install |
|
The install file of dynamic_banner |
dynamic_banner.module |
dynamic_banner.module |
|
Distributed under GNU GPL version 3 |
dynamic_banner_template.tpl.php |
dynamic_banner_template.tpl.php |
|
This file will determine how the dynamic banner block will display |