Enter your devavrata.com username.
Enter the password that accompanies your username.

Welcome to Advanced Concepts of Drupal Theming.
Dev 2 is implementing the LAYERED Theming of Drupal in which it harnesses the power of OOP(Object Oriented Programming) like inheritance, theming style. Learn more.

Create a theme based on Devavrata templates.

If you have read about the Dev Core, Dev Layout and Dev Skin already, probably you have some ideas already on how to do it, but here is a step by step process of creating your own theme based on Devavrata templates.

  • Download the core template if you have not done it yet.
  • Download your chosen skin template together with its required layout template
  • After extracting them from zip archive, place them on this directory sites/all/themes/
  • Rename the skin template to your own desired theme name. You can do this by renaming the info file, ex. 'dev_skin01.info' to myowesometheme.info
  • Open your newly renamed theme info file, and inside it replace the theme name with your new theme name.
  • You can disable/enable some variables in the info file by putting or removing ';' before it.
  • You can now edit the style.css that comes with it and start customizing.
  • You are done.