vdchristelle
9/6/2013 - 8:43 AM

Ability to set linebreak in $h1_title Titel splitsen

Ability to set linebreak in $h1_title Titel splitsen

<h1><?php print str_replace('[', '<span>', str_replace(']', '</span>', $h1_title)); ?></h1>
of <h1><?php print str_replace(array('[', ']'), array('<span>', '</span>'), $h1_title); ?></h1>
h1 span {
  clear: both;
  display: block;
}