index.php

// Configuration
require_once 'Zend/Config/Ini.php';
require_once 'Zend/Registry.php';
Zend_Registry::set('config', new Zend_Config_Ini('config.ini'));

layout.phtml

<?= $this->action('menu', 'navigation', 'internal') ?>
<?= $this->action('submenu', 'navigation', 'internal') ?>

It is only my exprience...
-- 
View this message in context: 
http://www.nabble.com/Simple-menu-on-every-page-tp16121967s16154p16124806.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to