##codeigniter-contact##
Simple CodeIgniter contact form that is a easy way to get in touch.
###Instalation###
Just copy the /application/ folder to your CodeIgniter project and that's all.
###Config###
At the ./application/config/contact.php you can find some config items for customization.
###Controller###
At the ./application/controllers/contact.php you can find all the stuff.
###View###
At the ./application/views/contact_view.php you can make your contact form more attractive.
P.S. Do not forget to set an encryption key in your ./application/config/config.php file, as we will use Session Class.