Skip to content

Snippets

Accessing node information in page.tpl.php

-

Sometimes you need to access node information in page.tpl.php. Although the node object isn't readily available in page.tpl.php, you can access it pretty easily using the following snippet.

Adding Cufón to a Drupal Theme

-

If you are looking to implement Cufón in a Drupal theme you are working on, here's some code to get you started.

Better Titles for User Login & Registration Pages

-

You've probably noticed that Drupal gives a crappy "User Account" title on all three of these pages. This really bugs me, and this is how I deal with it:

/**
 * Implementation of template_preprocess()
 */

sfy39587p00