Current path: home/webdevt/cryptoimpot.fr/module/Application/view/application/home/
?? Go up: /home/webdevt/cryptoimpot.fr/module/Application/view/application
<?php
// In a view script or layout:
// format output
//\Zend\Debug\Debug::dump($this->navigation());
$this->navigation('Navigation')
->sitemap()
->setFormatOutput(true)
->setUseSitemapValidators(true); // default is false
// other possible methods:
// ->setUseXmlDeclaration(false); // default is true
//->setServerUrl('http://localhost.com');
// default is to detect automatically
// print sitemap
echo $this->navigation('Navigation')->sitemap();
//echo $this->navigation('Navigation')->menu();