diff etc/chroniclerc @ 61:89747520b861

2007-11-10 00:01:04 by steve Moved the XML files into their own directory to avoid duplication. Updated the code to have --theme-dir=xx --theme=xx instead of just the --template=xx
author steve
date Sat, 10 Nov 2007 00:01:04 +0000
parents f042f0df39e3
children c64a37a823d1
line wrap: on
line diff
--- a/etc/chroniclerc	Wed Oct 31 00:10:39 2007 +0000
+++ b/etc/chroniclerc	Sat Nov 10 00:01:04 2007 +0000
@@ -40,9 +40,14 @@
 
 
 #
-#  Directory containing the templates
+#  Directory containing the theme subdirectories.
 #
-template = /usr/share/chronicle/themes/default
+theme-dir = /usr/share/chronicle/themes
+
+#
+#  The theme to use.
+#
+theme = default
 
 
 #