/* UNIFIED TEMPLATE MODIFICATION FOR WEBSPELL 4.2.*
 * VERSION v0.5 Alpha 2
 * DEVELOPED BY warcry
 * LICENSE GNU GPL v3
 * COPYRIGHT 2010 by warcry <Thomas Preusse, Switzerland>
 */

EASY 3 STEP INSTALLATION

NOTES: 
	If you are sure your web server supports the chmod command you can skip 2. STEP and don't need to clean up
	If your website is running on a Windows server skip 2. STEP
	If you have access to Terminal on Mac or even the Konsole on Linux, shell commands are provided at the bottom

1. STEP - COPY/UPLOAD FOLLOWING FILES INTO YOUR webSPELL INSTALLATION
	admin/templates.php
	admin/templates_install.php
	admin/languages/uk/templates.php

2. STEP - SET CHMOD 0777 TO FOLLOWING FILES/FOLDER
	_functions.php
	demos.php
	index.php
	admin/admincenter.php
	admin/templates.php
	admin/languages/uk/admincenter.php
	admin/languages/de/admincenter.php
	templates/ (rekursive)

3. STEP - BROWSE TO www.yourdomain.com/admin/admincenter.php?site=templates AND FOLLOW INSTRUCTION

CLEAN UP - RESET CHMOD

SHELL COMMANDS
	SET 0777 BEFORE INSTALLATION
	chmod 0777 index.php
	chmod 0777 demos.php
	chmod 0777 _functions.php
	chmod 0777 admin/admincenter.php
	chmod 0777 admin/templates_install.php
	chmod 0777 admin/languages/uk/admincenter.php
	chmod 0777 admin/languages/de/admincenter.php
	chmod -R 0777 templates
	
	SET 0744/0644 AFTER INSTALLATION
	chmod 0644 index.php
	chmod 0644 demos.php
	chmod 0644 _functions.php
	chmod 0644 admin/admincenter.php
	chmod 0644 admin/languages/uk/admincenter.php
	chmod 0644 admin/languages/de/admincenter.php
	chmod -R 0744 templates

	XAMPP HTDOCS DIR ON MAC
	cd /Applications/XAMPP/htdocs/