Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created September 10, 2011 15:37
Show Gist options
  • Save renepardon/1208444 to your computer and use it in GitHub Desktop.
Save renepardon/1208444 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:zf="http://framework.zend.com/xml/zend-config-xml/1.0/">
<navigation>
<contact>
<label>Contact</label>
<module>contact</module>
<controller>admin-index</controller>
<action>index</action>
<route>admin</route>
<type>mvc</type>
<params>
<admin>admin</admin>
<language><zf:const zf:name="YELA_DEFAULT_LANGUAGE"/></language>
</params>
</contact>
</navigation>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment