*** How to create a new skin ***

Just copy and paste one of the subfolders in the "skins" folder, and rename it as you like.

For example, copy "gradient-blue" and rename it as "my-new-skin". "my-new-skin" will show up as an option in the skin selection box in the admin area.

Initially it looks exactly the same as "gradient-blue" because you created it by copying.

You can change the appearance of the skin by editing files in the "my-new-skin" folder.
Open the "my-new-skin" folder and you will see the following files:

	tpl.front.inc.php
	tpl.result.inc.php
	config.color.inc.php
	config.text.inc.php

"tpl.front.inc.php" and "tpl.result.inc.php" are HTML templates for the poll's front page and result page, respectively. They are basically HTML files with some php tags thrown in.

"config.text.inc.php" contains the text message used in the template.

"config.color.inc.php" lists important colors used in the template.

=============================================================
END OF FILE
=============================================================
