You are here

README.txt in Block Class 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

Block Class allows users to add classes to any block through the block's
configuration interface. By adding a very short snippet of PHP to a theme's
block.tpl.php file, classes can be added to the parent <div class="block ...">
element of a block. Hooray for more powerful block theming!


REQUIREMENTS
------------

This module requires the following modules:

 * Block (included in Drupal core)


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.


CONFIGURATION
-------------

 * To add a class to a block, simply visit that block's configuration page at
   Administration >> Structure >> Blocks.


MAINTAINERS
-----------

Current maintainers:
 * David Suissa (DYdave) - https://www.drupal.org/u/dydave
 * berenddeboer - https://www.drupal.org/u/berenddeboer
 * Todd Nienkerk - https://www.drupal.org/u/todd-nienkerk
 * elliotttf - https://www.drupal.org/u/elliotttf

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. Block Class allows users to add classes to any block through the block's
  11. configuration interface. By adding a very short snippet of PHP to a theme's
  12. block.tpl.php file, classes can be added to the parent
  13. element of a block. Hooray for more powerful block theming!
  14. REQUIREMENTS
  15. ------------
  16. This module requires the following modules:
  17. * Block (included in Drupal core)
  18. INSTALLATION
  19. ------------
  20. * Install as you would normally install a contributed Drupal module. Visit:
  21. https://drupal.org/documentation/install/modules-themes/modules-7
  22. for further information.
  23. CONFIGURATION
  24. -------------
  25. * To add a class to a block, simply visit that block's configuration page at
  26. Administration >> Structure >> Blocks.
  27. MAINTAINERS
  28. -----------
  29. Current maintainers:
  30. * David Suissa (DYdave) - https://www.drupal.org/u/dydave
  31. * berenddeboer - https://www.drupal.org/u/berenddeboer
  32. * Todd Nienkerk - https://www.drupal.org/u/todd-nienkerk
  33. * elliotttf - https://www.drupal.org/u/elliotttf