Skip to content

Instantly share code, notes, and snippets.

@psynaptic
Created February 24, 2012 08:11
Show Gist options
  • Save psynaptic/1899212 to your computer and use it in GitHub Desktop.
Save psynaptic/1899212 to your computer and use it in GitHub Desktop.
/**
* Implements hook_preprocess().
*/
function clean_liquid_preprocess(&$variables) {
clean_preprocess($variables);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment