03-05-2009, 06:31 PM
|
#3 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
I don't know anything about PHPTal, but is it not possible to do something like the following to set a blank title variable?
php Code:
$this->view->title = $szTitle ? $szTitle : null;
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|