Follow me @MarkXA

Subscribe

Donate

Specifying filenames

When specifying a filename in a template or one of its parameters, the menu will search in the following places in order:

  1. The folder containing the menu manifest.
  2. The current skin folder.
  3. ~/DesktopModules/DDRMenu.
  4. 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.