Subject: | zofcms_helper Makes Ugly Titles |
zofcms_helper should strip dashes and do title case for page titles.
{
body => \'/information-packages-admin.tmpl',
title => 'Information-packages-admin - ',
}
Should be
{
body => \'/information-packages-admin.tmpl',
title => 'Information Packages Admin',
}