diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/default.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/default.xml b/templates/default.xml index 67470c0..2a2fd8b 100644 --- a/templates/default.xml +++ b/templates/default.xml @@ -87,6 +87,14 @@ styles.css scripts-general.js ]]></supplemental_files> + + <!-- User defines, used in theme templates. Value is optional, empty string + will be used if value was requested but not specified. Defines can either + act as block conditionals (combo "ifdef(DEFINE_NAME)" and "endif(DEFINE_NAME)") + or as a value constant (specify "value(DEFINE_NAME)" to retrieve the value). + For "ifdef" negation, use "ifndef" or "else". --> + <define name="BORDER" value="single" /> + <define name="I_AM_HERE" /> </theme> <!-- Here you can define another theme, with different templates etc. |
