README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Using the module
INTRODUCTION
------------
Current Maintainer: cecrs
The Site Alert module is a lightweight solution for allowing
site administrators to easily place… |
site-alert-wrapper.tpl.php |
templates/site-alert-wrapper.tpl.php |
|
site-alert-wrapper.tpl.php |
site-alert.css |
css/site-alert.css |
|
div.site-alert {
width: 100%;
font-weight: bold;
}
div.site-alert div.text {
padding: 10px 10px 10px 45px;
margin: 0px;
font-size: 18px;
}
div.site-alert div.info {
background: #d9edf7;
border: 1px solid #bce8f1;
color: #31708f;
… |
site-alert.tpl.php |
templates/site-alert.tpl.php |
|
site-alert.tpl.php |
site_alert.info |
site_alert.info |
|
name = Site Alert
description = Simple module to display text alert site wide with an expiration date.
core = 7.x
dependencies[] = date
dependencies[] = date_popup
dependencies[] = date_api
stylesheets[all][] = css/site-alert.css
configure =… |
site_alert.install |
site_alert.install |
|
Install, update, and uninstall functions for Site Alert. |
site_alert.module |
site_alert.module |
|
Core functionality for the Site Alert module. |
site_alert_page.inc |
plugins/content_types/site_alert_page.inc |
|
Plugin to handle the 'site_alert' content type. |