; $Id$

README

Description
------------

Bluetrip Block module is a small module that add customization for blocks.
As Bluetrip CSS Framework define a grid with 24 columns, this module allow
the administrator to set a column size to any block, and to define a specific
css class for any block.
This module define the UI, but the template need to be changed.
See installation for more information.

INSTALATION
------------

Install the module as a standard Drupal module, and once installed, check :

in template_preprocess_block of template.php of your current theme, add :
  $variables['bluetrip_class'] = bluetrip_block_get($variables['block']->module .'-'. $variables['block']->delta);
and you can print $bluetrip_class in block.tpl.php
