When specifying a filename in a template or one of its parameters, the menu will search in the following places in order:
- The folder containing the menu manifest.
- The current skin folder.
- ~/DesktopModules/DDRMenu.
- The portal root.
You can also specify a specific folder as follows:
- [MANIFEST]/filename: In the folder containing the menu manifest (e.g. ~/Portals/0/skins/MySkin/MyTemplate/filename).
- [SKIN]/filename: In the current skin folder (e.g. ~/Portals/0/skins/MySkin/filename).
- [DDRMENU]/filename: In the DDRMenu folder (i.e. ~/DesktopModules/DDRMenu/filename).
- [PORTAL]/filename: In the portal root (e.g. ~/Portals/0/filename).
- [DNN]/filename: In the DNN application root (i.e. ~/filename).
- ~/filename: In the DNN application root.