Monday, September 20, 2010

CMS Drupal Themes (Temas)

theme developer module for drupal
http://drupal.org/node/209561

Make drupal them step by step
http://www.inmensia.com/articulos/drupal/temas.html

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...