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:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...