CVS update: /cowiki/htdocs/tpl/default/

[email protected] 16 May 2005 22:30:24 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/05/16 15:30:24

Modified:
   cowiki/htdocs/tpl/default/tpl.conf

Log:
 Default template font size = "15px"

File Changes:

Directory: /cowiki/htdocs/tpl/default/
======================================

File [changed]: tpl.conf
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/tpl/default/tpl.conf?r1=1.21&r2=1.22
Delta lines:  +2 -2
-------------------
--- tpl.conf	19 Feb 2005 20:46:20 -0000	1.21
+++ tpl.conf	16 May 2005 22:30:22 -0000	1.22
@@ -32,7 +32,7 @@
 
     ; CSS base font families, size, alignment etc.
     FAMILY = ""
-    SIZE   = ""
+    SIZE   = "15px"
     ALIGN  = ""
 
 ; -------------------------------------------------------------------------
@@ -77,7 +77,7 @@
     ; credits or disclaimer. Attribute values in embedded HTML tags must
     ; have single (not escaped double) quotes ("<a href='foo'>bar</a>").
     ; This value has to be one line.
-    FOOTER_STRING = ""
+    FOOTER_STRING = "{%MODIFIED%}"
 
 ; -------------------------------------------------------------------------