Teemu Välimäki wrote:

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.

So you just need to echo a variable? Then use:

<?= $this->escape('Welcome') ?>

--
Michał Minicki aka Martel Valgoerad | [EMAIL PROTECTED] | 
http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Idleness is not doing nothing. Idleness is being free to do anything." --
Floyd Dell

Reply via email to