Templates
This document is a work in progress.
Templates can be found in:
/www/components/com_simple_review/views/
Functionality is grouped into directories, for this example we will look at templates for reviews. Review templates can be found in:
/www/components/com_simple_review/views/review/tmpl/
In this directory there are three parts of interest: an xml file, a php file and the template directory.
To create your own template copy default.php, default.xml and the default (directory) and rename them e.g.
custom.php, custom.xml and custom (directory).
Open the php file e.g. custom.php in your favourite text editor and start editing between <!––START EDITING––> and <!–– STOP EDITING––>.
More details soon...