Author: swapnilmmane
Date: Thu Jan 10 09:22:45 2019
New Revision: 1850930
URL:
http://svn.apache.org/viewvc?rev=1850930&view=revLog:
Fixed: Typo in the name of php2html.sh file
Modified:
ofbiz/site/README.md
Modified: ofbiz/site/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/site/README.md?rev=1850930&r1=1850929&r2=1850930&view=diff==============================================================================
--- ofbiz/site/README.md (original)
+++ ofbiz/site/README.md Thu Jan 10 09:22:45 2019
@@ -1,9 +1,9 @@
##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, or template/region. Once you are done
-with changes please compile these file and generate html using following command ./php2htm.sh
+with changes please compile these file and generate html using following command ./php2html.sh
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.
-Use the php2htm.sh script to compile all the modified template files in one shoot.
+Use the php2html.sh script to compile all the modified template files in one shoot.