?
<?php class Zend_View_Helper_NavHelp { function NavHelp() { $titreSite = "Geoffroy Stolaric"; return $titreSite; } }