
Submitted by himerus on Mon, 02/07/2011 - 10:25
The Omega Tools module is a set of helper functions and custom functionality intended for use with the Omega Theme. However, the functions this module provides could be used with any theme.
This module is currently only being updated for the Drupal 7 branch, and for integrations with Drupal 7 Omega theme. Just sayin'
Functionality Provided
The following features are provided by the Omega Tools module. Some features are Drupal 7 only, some are for Drupal 6 and 7 versions.
Drupal 7 Features
- Export Theme Settings (Omega sub-themes only for now)
- Allows you to export the theme settings for Omega subthemes that are stored in the settings[] array in the .info file. Export can be pasted over that section, and then settings reverted, and whoosh.. back to code.
- Revert Theme Settings
- This will for each theme provide an option on the theme settings page for that theme to revert theme settings to the default settings available via the theme's .info file. This destroys the database copy of modified settings, and reverts to the original values.
- Drush Integration
Using the command drush omega-subtheme "Long Theme Name" a subtheme will be created on the fly for you. You may also specify a --destination parameter to specify a certain sites directory that the theme will be sent to. For example: drush omega-subtheme "Long Theme Name" --destination=staging.example.com will place the newly created subtheme in the /sites/staging.example.com/themes directory.
Maintainer
Developed and maintained by Jake Strawn, Development Geeks
Related Links: