Skip to content

Instantly share code, notes, and snippets.

@caefer
Created October 18, 2010 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caefer/632322 to your computer and use it in GitHub Desktop.
Save caefer/632322 to your computer and use it in GitHub Desktop.
creating a new theme from the default admin theme
$ mkdir -p data/generator/sfDoctrineModule/THEME_NAME
$ cp -r /path/to/symfony/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/* \
data/generator/sfDoctrineModule/THEME_NAME/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment