How To make A Simple Liferay Theme
Liferay themes in Actions: Just you have to follow simple steps in order to develop your basic Liferay Themes for Your Organization Steps are as follows: 1.Install Liferay and Eclipse IDE for your Projects. 2.Follow the steps for installing Liferay IDe in eclipse: http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+IDE+Getting+Started+Tutorial 3.Go through these Documentations too: creating-liferay-them-7 4. File --> New --> Liferay Project --> Give project name --> Select Liferay Theme as the option then click on Finish. 5.Now you have your structure .You can create new folders under _diffs folders like image,js,html etc as per your needs. 6.Finally you have a basic theme. 7. As you must be already knowing that Eclipse has a window where you can see ant commands, you can select the relevant ant commands to build and deploy the theme or create a WAR to be deployed on your server. You can refer this too: styling-liferay-creating-a-liferay-theme/