/**
* DFContact - A Joomla! contact form component
* @version 1.0.1
* @package DFContact
* @copyright (C) 2005 by Daniel Filzhut
* @license Released under the terms of the GNU General Public License
**/

Changes from 1.0 to 1.0.1:

- Added support for register_globals = off

- Added some code to remove PHP notices

- Changed mail() function from mail("", "", $body, $header)
  to mail($to, $subject, $body, $header)

- Added XHTML compliance

- Added Joomla CSS classes "inputbox" & "button" to inputboxes,
  textareas and buttons