= adBlueprintPlugin = The `adBlueprintPlugin` wraps the Blueprint CSS Framework Version 0.8 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 plugins : [] # In all other environments, use the smaller, compressed version all: blueprint: compressed: on plugins : [] }}} * 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! == Contact == * Alexander Deruwe < aderuwe [at] aqs-carcontrol [dot] be > * Gregory Schurgast < greg [at] negko [dot] com > == Changelog == === 2008-12-03 | 1.0.0 Stable === * Greg.Schurgast: stable release === 2007-11-13 | 0.0.1 Beta === * Alexander.Deruwe: beta release