On Jan 29, 2008 3:53 PM, Teemu Välimäki <[EMAIL PROTECTED]> wrote: > On Tuesday 29 January 2008 16:21:49 Matthew Weier O'Phinney wrote: > > > (on Tuesday, 29 January 2008, 11:18 AM +0200): > > > 1. It'd be nice to get HeadTitle without the tags. I created my own View > > > Helper, that simply strips the tags, but to have one built in would be > > > better. > > > > I'm not sure I understand what you're looking for. Could you clarify by > > showing how you're using it, and what the desired output would be? > > <?= $this->headTitle() ?> produces <title>Welcome</title> > > I'm asking for a View Helper that would produce Welcome.
<?php echo strip_tags($this->headTitle()); ?> Till
