diff options
| author | louis <louis.braun@gmx.de> | 2015-01-25 11:48:30 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-25 11:48:30 +0100 |
| commit | f33d44eda968392c5c7e3a83cfe5ba3490ab9d84 (patch) | |
| tree | b7e6182211b743b6e4687028367753b64d9fe9a5 /skinskeleton | |
| parent | a74cb93163146e547abc641638874697904672e5 (diff) | |
| download | vdr-plugin-skindesigner-f33d44eda968392c5c7e3a83cfe5ba3490ab9d84.tar.gz vdr-plugin-skindesigner-f33d44eda968392c5c7e3a83cfe5ba3490ab9d84.tar.bz2 | |
check icons, menuicons and skinparts additionally directly in skin folder
Diffstat (limited to 'skinskeleton')
| -rw-r--r-- | skinskeleton/globals.xml | 37 | ||||
| -rw-r--r-- | skinskeleton/themes/default/theme.xml (renamed from skinskeleton/themes/default/globals.xml) | 0 |
2 files changed, 37 insertions, 0 deletions
diff --git a/skinskeleton/globals.xml b/skinskeleton/globals.xml new file mode 100644 index 0000000..01f37fb --- /dev/null +++ b/skinskeleton/globals.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE globals SYSTEM "../../dtd/globals.dtd"> + +<globals> + <!-- + define all your needed colors here + --> + <colors> + </colors> + <!-- + these variables can be used everywhere in the templates + variabls of type int can also be used as conditions, just + set such a variable to 1 for true and 0 for false + --> + <variables> + </variables> + <!-- + translations used in the skin + --> + <translations> + </translations> + <!-- + The three Fonts FontOSD, FontFix and FontSml configured in VDR + can be used in all template "font" attributes with this tokens: + {vdrOsd} + {vdrFix} + {vdrSml} + If you like to use further fonts, just define them below. + Syntax: + <font name="tokenname">fontname</font> + These fonts can then also be used in all templates in the "font" + attribute. + if an invalid font is used in a template, vdrOsd is used as default. + --> + <fonts> + </fonts> +</globals> diff --git a/skinskeleton/themes/default/globals.xml b/skinskeleton/themes/default/theme.xml index f9dce83..f9dce83 100644 --- a/skinskeleton/themes/default/globals.xml +++ b/skinskeleton/themes/default/theme.xml |
