Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Remove the | sign in the title (See related posts)

// Remove the | sign in the title
// phptemplate.engine line 189 change it to :

$head_title = array(strip_tags(drupal_get_title())); 

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts