Skip to content

Instantly share code, notes, and snippets.

@cbeier
Created January 21, 2012 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbeier/1654098 to your computer and use it in GitHub Desktop.
Save cbeier/1654098 to your computer and use it in GitHub Desktop.
<?php
// Ersetze template mit dem Namen deines Templates
template_preprocess_node(&$variables) {
$variables['content']['body]['#items'][0]['summery']['#prefix'] = '<p>;
$variables['content']['body]['#items'][0]['summery']['#prefix'] = '</p>;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment