= adBlueprintPlugin = The `adBlueprintPlugin` wraps the Blueprint CSS Framework Version 0.6 for use in symfony. For more information on the framework itself, please check http://code.google.com/p/blueprintcss/. == Installation == * Install the plugin: {{{ symfony plugin-install http://plugins.symfony-project.com/adBlueprintPlugin }}} * Clear your cache: {{{ symfony cc }}} * In your application's config/app.yml, define wether or not to use the compressed version of the Blueprint CSS files: {{{ # In the development environment, use the uncompressed version dev: blueprint: compressed: off # In all other environments, use the smaller, compressed version all: blueprint: compressed: on }}} * Then simply use the helper in the templates where you want to use Blueprint: {{{ <?php use_helper('Blueprint'); ?> }}} * Alternatively you can add the helper to the standard helpers defined in your application's config/settings.yml * Now all that remains is using the Blueprint CSS Framework classes in your templates! == Known Problems == * I'm still figuring out how to properly include the IE specific stylesheet == Contact == * Alexander Deruwe < aderuwe [at] aqs-carcontrol [dot] be > == Changelog == === 2007-11-13 | 0.0.1 Beta === * Alexander.Deruwe: beta release