=== General Headers & Footers ===
Contributors: midrangeman
Donate link: http://www.geekyramblings.net/plugins/donate/
Tags: headers,footers
Requires at least: 2.2.0
Tested up to: 3.0
Stable tag: Trunk

This plugin will give you the ability to add generalized headers & footer HTML
to all the pages in your blog.

Note: The headers are added between the <HEAD> and </HEAD> tags, so they
cannot be used to add text to the page.  It's intended to allow you to add
meta data to the pages.  

The footer entry is inserted into your blog just before the </BODY> tag, 
as long as the theme you are using uses the correct Wordpress function
calls.

== Installation ==

1. Upload the full directory into your wp-content/plugins directory
2. Activate it in the Plugin options

(pretty simple, eh?)

Use the options page to set the header & footers you want to use.

NOTE: The headers & footers can be any arbitrary HTML (javascript included)
so be very careful with what you set the values to.

== Frequently Asked Questions == 

None at the moment.

== Change Log ==

= 0.5 =
* Fixed a break

= 0.4 =
* Cleaned up code, added "Tested up to"

= 0.3 =
* Reworked admint page

= 0.2 =
* Added footer capability

= 0.1 =
* Initial version

== License ==

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

