Author: deepak
Date: Mon Sep 25 18:25:41 2017
New Revision: 1809653
URL:
http://svn.apache.org/viewvc?rev=1809653&view=revLog:
Fixed: Corrected Readme.md file path.
Modified:
ofbiz/ofbiz-framework/trunk/themes/README.md
Modified: ofbiz/ofbiz-framework/trunk/themes/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/README.md?rev=1809653&r1=1809652&r2=1809653&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/themes/README.md Mon Sep 25 18:25:41 2017
@@ -132,7 +132,7 @@ Screens are separated on three type :
This is the root theme that contains all information to ensure a good basic theme for OFBiz.
Currently it keeps all old themes system for backward compatibility with ftl template managed by the entity **VisualThemeResource**
# Create your own theme
-As a theme is a component, you can create a new theme like a plugin. You can see more information on this subject [on the ofbiz README](
https://github.com/apache/ofbiz-framework/blame/trunk/README.md#L584)
+As a theme is a component, you can create a new theme like a plugin. You can see more information on this subject [on the ofbiz README](
https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/README.md)
After creating component, you can add the two minimal information :
* Theme.xml file in **plugins/my-theme/widget/** with mininal trame :
```xml