Kind-of-annual event DrupalCamp Stockholm is about to kick off again, just two weeks from today. Mark your calendars — March 8th will bring a lot of geeky fun to our capital city.
Currently when you want to affect the way requests are routed into Drupal, you have two choices; either you hack the core .htaccess or you move all its content into your
Preprocess functions are often a major part of any Drupal theme. It is a vital part of themes but more than often it leads to very big template.php files.
The word function implies its intended scope. A function should strive to leverage exactly one functionality. If you are cramming more than that into your function, then you probably need to do some refactoring.