I have this in my template
{sitename} - {title}
I enter the title as all lower case when adding content but want the HTML head title to be capitalized, is the solution a UDT? If so what should be the code for it? Thanx

the smarty language modifiers work.. see attached (from cmsms 1.2).thegrb wrote: More really newbie stuff, sorry
I think I have to read up on how to use smarty, simply replacing {title}-->{title|capitalize} is not what I should be doing because that doesn't work. I have to use $title|capitalize somehow?
Couple of more things comes to mind:
I mean the page title in the head of HTML, not inside the body.
I create a new page in cmsms and call it 'group' (lets say I am keeping all lowercase) but I want the title to be 'Group', I guess any solution like the one you gave me won't matter if I have a page called 'group_five' or 'groupfive' and want it 'Group Five' in title?