summaryrefslogtreecommitdiff
path: root/templates/default.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.xml')
-rw-r--r--templates/default.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/default.xml b/templates/default.xml
index 2a2fd8b..83a1c1a 100644
--- a/templates/default.xml
+++ b/templates/default.xml
@@ -93,8 +93,12 @@
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" />
+ <!-- Some defines are added during runtime and take priority over custom defines
+ here. This way you can define default values here which would get eventually
+ overriden by the generator. -->
+
+ <!-- image border style, overriden by <border style> tags from the album source file -->
+ <define name="BORDER_STYLE" value="border_single" />
</theme>
<!-- Here you can define another theme, with different templates etc.