Moxi Media Inc.
<theme-config-xml> Discussion Forum
IMF Developer's Guide » Site Configuration » <theme-config-xml>  

The <theme-config-xml> element specifies the location of the XML file used for configuring themes. See Theme Configuration Reference for more information about themes.

Frequency Parent Elements (the <theme-config-xml> element is valid within):
POS1 <site-config>
   

Frequency Description (in this context)
POS1 The <theme-config-xml> element may appear only once within the <site-config> element.
   

Attributes Description
url The URL of the XML document containing the theme configuration. The URL can contain the special variable $IMF to specify that the document is relative to the IMF installation directory. Absolute URLs may also be used. URLs that don't start with http: or $IMF are resolved relative to the location of the XML file.
   

Examples:

<!- A theme configuration file in the same directory as the site configuration file -->
<theme-config-xml url="theme.xml" />

<!- A theme configuration file at some other location -->
<theme-config-xml url="http://myserver.com/theme.xml" />

<!- A theme configuration file relative to the IMF installation directory -->
<theme-config-xml url="$IMF/sites/mysite/theme.xml" />

<!- A theme configuration file in a location relative to the site configuration file -->
<theme-config-xml url="../anotherdirectory/theme.xml" />

Valid HTML 4.01!