]> git.defcon.no Git - plsgen/blobdiff - plsgen.cfg
Four new features, two bugfixes. Version 0.2 code.
[plsgen] / plsgen.cfg
index 84a3b7a4b844f1f1c52f8739d3aaf5fc0dcf0681..0ba6f7884099dc7af194023fb528ca1dcaa5f7f0 100644 (file)
@@ -14,8 +14,8 @@ navigation_script     = ../nav.js
 
 # The layout of the thumbnails in the index. Each row will be wrapped
 # in a <div class='thumnails'>
-rows                   = 3
-columns                        = 4
+rows                   = 4
+columns                        = 5
 
 # HTML code to wrap each thumbnail with. The default allows simple
 # styling. If you wish to span this over multiple lines, use the
@@ -23,6 +23,13 @@ columns                      = 4
 thumb_pre              = <div class='thumb'>
 thumb_post             = </div>
 
+# HTML code to wrap comments with, for both index and image
+# display. The default allows simple styling. If you wish to span
+# this over multiple lines, use the end-of-line continuation mark \
+comment_pre            = <div id='comment'>
+comment_post           = </div>
+
+
 # Text-strings that can easily be replaced with more complex HTML.
 idx_prev_text          = &larr; Back
 idx_next_text          = Next &rarr;