centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Update library/Centurion/Contrib/core/views/helpers/Navigation.php #92

Closed frenchcomp closed 11 years ago

frenchcomp commented 12 years ago

In the helper "Centurion_View_Helper_Navigation" (inherits from Zend_View_Helper_Navigation) to use Centurion Navigations Helpers instead of Zend Navigations Helpers : zend helpers was also not registered in the plugin loader, so Developpers can not use Zend Navigation Helpers (like Sitemap).

This patch records Zend Helpers before Centurion Helpers to use them when we have found nothing in Centurion.