You are here

Add Zurb Foundation theme to Drupal 7 site

1. Install necessary modules and themes:

site=/home/mysite
dsite add $site zurb-foundation -m theme
dsite add $site views_foundation
dsite add $site jquery_update

Notes

Optional modules

Create Sub-theme

  • Follow instructions in README.txt online here
  • Check filenames changed with find . -name "*START*"
  • Check contents of files with grep -R START *
Topic: