---------------------------
CR2 HTML Module
version 1.51
written by Cryout Creations 
www.cryoutcreations.eu
---------------------------

Support and Documentation: http://www.cryoutcreations.eu/html-module/
Demo: http://demos.cryoutcreations.eu/opencart/modules/


Features:

- the ability to add your own HTML code anywhere in the shop.
- custom title support (which can be completely disabled)
- borderless design support (the wrapping html for the module can be completely turned off)
- custom css class support (the module div can be customized using the user chosen css classname)
- support for 3 different html areas (although these 3 areas can be displayed multiple times througout the shop)


Installation:

- Extract the downloaded archive
- Connect using a FTP program to your hosting/server account and browse the root of your OpenCart installation folder. 
- Upload the two folders extracted folders, "admin" and "catalog" to OpenCart's root folder. You should not get any file replacement warnings. If you do, double check to make sure you are not replacing any critical files (if you had an older version of the modules already installed, you will need to replace the old files).
- Enter OpenCart's administration menu, Extensions > Modules and "Install" the module
- Configure the module to include the desired HTML code and title, then add the areas on which you want it to appear.


Compatibility:

See compatibility table on the module page: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2318


Non-English users:

This modules does not require translations for the frontend (shop side). You only need to copy and edit the translation file if you use a non-english admin side. The english translation file is located at "admin/language/english/module/cr2htmlmodule.php"


Custom themes:

You will need to copy the included template files:
   "OC_FOLDER/catalog/view/theme/default/template/module/cr2htmlmodule.tpl"
for your custom theme's module folder:
   "OC_FOLDER/catalog/view/theme/YOUR_THEME/template/module/cr2htmlmodule.tpl"
and edit it to fit your theme.


Version history:

1.51 (20130518) - fixed bug related to layout names using quotes and apostrophes;
				  new 'simple container div' option for boxless design feature;
                  refined fields positioning for better fit when multiple languages are present;
                  moved the modules to their own tab (for better usability);
				  ckeditor is now loaded in "source" view by default;
1.5c (20111102) - code cleanup; added PRO info tab
1.5b (20110728) - compatibility update for OC 1.5.1
1.5a (20110620) - minor bugfix
1.5 (20110614) - initial release for OC 1.5