1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect2 id="zend.application.available-resources.layout">
4 <title>Zend_Application_Resource_Layout</title>
7 <classname>Zend_Application_Resource_Layout</classname> can be used to
8 configure <classname>Zend_Layout</classname>. Configuration options are
9 per <link linkend="zend.layout.options">the <classname>Zend_Layout
10 </classname> options</link>.
13 <example id="zend.application.available-resources.layout.configExample">
14 <title>Sample Layout configuration</title>
17 Below is a sample <acronym>INI</acronym> snippet showing how to
18 configure the navigation resource.
21 <programlisting language="ini"><![CDATA[
22 resources.layout.layout = "NameOfDefaultLayout"
23 resources.layout.layoutPath = "/path/to/layouts"