Author: sharan
Date: Fri Sep 1 07:20:49 2017
New Revision: 1806892
URL:
http://svn.apache.org/viewvc?rev=1806892&view=revLog:
Improved:Updated Readme file with details about regenerating all pages for header and footer changes
Modified:
ofbiz/site/README.md
Modified: ofbiz/site/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/site/README.md?rev=1806892&r1=1806891&r2=1806892&view=diff==============================================================================
--- ofbiz/site/README.md (original)
+++ ofbiz/site/README.md Fri Sep 1 07:20:49 2017
@@ -1,9 +1,13 @@
##Update Site
If anyone is going to do any fixes - please do not just do any changes or fixes in the html page itself.
-It needs to be done in the php template, located under template/page, Once you are done with changes please
-compile these file and generate html using following command
+It needs to be done in the php template, located under template/page, or template/region. Once you are done
+with changes please compile these file and generate html using following command
`php template/html.tpl.php template/page/about-ofbiz.tpl.php > about-ofbiz.html`
+Changes to the common header or footer need to be done via head.tpl.php, header.tpl.php or footer.tpl under
+template/region.
+If change is done to the header or footer then regenerate all the html pages.
+
###Here are the quick reference to compile all the template file
`php template/html.tpl.php template/page/about-ofbiz.tpl.php > about-ofbiz.html`