degal/config.py
changeset 142 2b8dfacc6d2d
parent 135 6534c77de93f
child 144 97505a789003
--- a/degal/config.py	Wed Jul 01 20:40:00 2009 +0300
+++ b/degal/config.py	Wed Jul 01 20:46:27 2009 +0300
@@ -3,6 +3,7 @@
 """
 
 import copy, logging
+import templates
 
 class InstanceContext (object) :
     """
@@ -147,6 +148,9 @@
         ("FocalLength",             "Focal length"              ),
     )
 
+    # footer text HTML element, must use html.raw if this includes formatting
+    footer              = templates.footer
+
     # XXX: move elsewhere?
     def is_image (self, file) :
         """