Skip to main content

css

How to add a class to a Drupal 7 region

Today I needed to add a class to a Drupal 7 region and found the lovely template_preprocess_region() function to do the dirty work for me. With this function, you can easily add any class to your regions with the code below.

In a nutshell, you find the region you want to add the class to and then append your class onto the end of the classes_array variable.


jQuery Photo Galleries: Some awesome ones I've found

This is a list of some of the more unique, excellent photo galleries I've come across.

Full screen, would be good for a touch screen interface:
- http://tympanus.net/codrops/2010/05/14/sliding-panel-photo-wall-gallery…

Another cool gallery with a polaroid look and sliding galleries:
- http://tympanus.net/codrops/2010/06/27/beautiful-photo-stack-gallery-wi…