﻿/*--------------------------------------------*/
/*--- Copyright 2011 © JohnCMS AND Ezhyk.ru ---*/
/*--- Web Module for JohnCMS 4.4.0 by -Kip-OK- & Modification -tillad- ---*/
/*--- Web theme "PHONE TOUCH" by Copy-Paste ---*/
/*--- http://ezhyk.ru ---*/
/*--------------------------------------------*/

      <!--- Install ---!>
	  
1)- Unpack zip archive;
2)- upload style.php to the root of your site;
3)- rename existing end.php and head.php as t_end.php and t_head.php (in /incfiles folder);
4)- upload end.php and head.php from this archive to /incfiles folder; 
4)- replace index.php (in the root of site);
5)- upload 'web' folder to 'theme' folder;
6)- add this code to t_end.php:
  if (preg_match('/windows|linux|macintosh|unix|macos|bsd/i', $_SERVER['HTTP_USER_AGENT']))
     { echo '<a href="/style.php?style=web">WEB</a>'; }
	 

      <!--- installed! ---!>