/*--------------------------------------------------\
| Kvcodes    	|               | default.css       |
|---------------------------------------------------|
| For use with:                                    	|
| FrontAccounting 									|
| http://www.kvcodes.com/  	            			|
| by Varadha                     	      			|
\--------------------------------------------------*/

Installation 

You can extract this theme zip directly to your installated frontaccounting's themes directory. It will be like this
`public_html/FrontAccounting/themes/`. 
else
`var/www/FrontAccounting/themes/`. Extract the theme here.

Now, your theme is ready to work. Before that let's do a small part to make theme login pages active.
open "/FrontAccounting/access/". Here three files
	*login.php
	*logout.php
	*password_reset.php

After that, just copy the below line of code and paste it after this line.
`include_once($path_to_root . "/includes/page/header.inc");`. 

paste the following lines
*login.php

include_once($path_to_root . "/themes/Saaisaran/login.php");

*logout.php

include_once($path_to_root . "/themes/Saaisaran/logout.php");

*password_reset.php

include_once($path_to_root . "/themes/Saaisaran/password_reset.php");

After that, just goto browser and login to your FrontAccounting and activate the theme. The theme options table will be created automatically.

Hope you will enjoy it.