| | 239 | </note> |
| | 240 | <note xml:id="advanced.dyninclude.modinclude.special"> |
| | 241 | <title>Special module names</title> |
| | 242 | If you want to explicitly reference an include from the application, you can use the special module name <emphasis>webapp</emphasis>, which indicates |
| | 243 | Pustefix, that it shouldn't look in the current module as done by default, but load the file from the webapp folder. |
| | 244 | If you want to explicitly reference an include from the module where the page is defined (where the config fragment with the <literal>standardpage</literal> definition resides), you can use the special name <emphasis>pagedef</emphasis>. |