You are here

Files in Background Images 7

Primary tabs

File namesort descending Location Namespace Description
bg_image.info bg_image.info name = Background Image description = Provides a settings page and an API for putting background images on the page using CSS. This module doesn't do anything on it's own. It is implemented by other modules such as bg_image_context and…
bg_image.install bg_image.install
bg_image.module bg_image.module Allows for customizable background images per page
bg_image_context.info bg_image_context/bg_image_context.info name = Background Image Context description = Defines a new Context reaction for adding css backround images to the page. version = "7.x-1.x-dev" core = "7.x" project = "bg_image_context" dependencies[] =…
bg_image_context.install bg_image_context/bg_image_context.install
bg_image_context.module bg_image_context/bg_image_context.module bg_image_context.module
bg_image_context_reaction_bg_image.inc bg_image_context/plugins/bg_image_context_reaction_bg_image.inc
bg_image_ui.css bg_image_ui/css/bg_image_ui.css css for the background image ui module
bg_image_ui.info bg_image_ui/bg_image_ui.info name = Background Image UI description = Provides an interface to apply background images to specific pages. version = "7.x-1.x-dev" core = "7.x" project = "bg_image_ui" dependencies[] = "bg_image"
bg_image_ui.install bg_image_ui/bg_image_ui.install
bg_image_ui.module bg_image_ui/bg_image_ui.module
README.txt README.txt BACKGROUND IMAGE ---------------- In the simplest terms, Background Image provides tools to add background images to pages using the css "background" property. An exisiting content type with an image or media field, can be used as the…
README.txt bg_image_context/README.txt ## BACKGROUND IMAGE CONTEXT ## This module defines a new context reaction called "Background Image" which will let you change the background image based on any criteria you can craft with context's conditions. ## Requirements ## This…
README.txt bg_image_ui/README.txt BACKGROUND IMAGE UI (bg_image_ui) --------------------------------------- This module provides an interface to apply background images on specific pages. Dependencies ------------ This module depends on the background images…

Other projects