You are here

README.txt in Accordion Blocks 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.3 README.txt
// $Id;

CONTENTS
---------
 * Introduction
 * Installation
 * Custom themes

Introduction
------------
This module will display blocks in a accordion widget. 
It will apply accordion widget for sidebar_first(left), sidebar_right(right) regions


Installation
------------
The drupal7 is having jquery 1.3.2 version and jquery UI is also available with the drupal core.
Install accordion_blocks module and enable.

Clear your cache, then block on left side and right side(if you have blocks both sides) will appear in accordion widget.

File

README.txt
View source
  1. // $Id;
  2. CONTENTS
  3. ---------
  4. * Introduction
  5. * Installation
  6. * Custom themes
  7. Introduction
  8. ------------
  9. This module will display blocks in a accordion widget.
  10. It will apply accordion widget for sidebar_first(left), sidebar_right(right) regions
  11. Installation
  12. ------------
  13. The drupal7 is having jquery 1.3.2 version and jquery UI is also available with the drupal core.
  14. Install accordion_blocks module and enable.
  15. Clear your cache, then block on left side and right side(if you have blocks both sides) will appear in accordion widget.