Trillian.xml
From TrillWiki
Trillian.xml is the main file for a skin. It is one of two files that have to have a specific name. (Desc.txt being the other one.)
HEADER
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE trillian SYSTEM "../../stixe/trillian.dtd">
- <!-- @version: -->
- <trillian version="3.00">
ICON OVERRIDE | ADD IMAGE RESOURCE
- You can load custom icon files to replace the defaults here. You can also load custom resource files for added graphics.If you are not using the default graphic format replace &Graphics-Format; with the one you are using. Example: BMP.
- <bitmap name="bmpIconMenuExtra" file="icons/MenuExtra.&Graphics-Format;"/>
- <bitmap name="bmpIconsMenu-hover" file="icons/MenuIcons-Hover.&Graphics-Format;"/>
Unknown Module Loading?
- &PLUGINS;
- &INTERFACE;
- &STYLE;
- &ICONS;
FOOTER
- </trillian>
