Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25986/include/tpl
Modified Files:
Tag: branch-smarty
config_local.tpl
Log Message:
* Support for adding timezone offsets in configuration
* Fixed XHTML compliance of calendar
* Adjusted coding style in some places
* Fixed entry preview to not show comments/trackbacks
* Fixed draft display in frontend entry overview
* New variable "is_preview" for smarty template
* Removed some hard-coded language strings in smarty templates
Index: config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/Attic/config_local.tpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- config_local.tpl 6 Nov 2004 11:22:50 -0000 1.1.2.1
+++ config_local.tpl 12 Nov 2004 15:43:24 -0000 1.1.2.2
@@ -40,6 +40,7 @@
$serendipity['top_as_links'] = '{INSTALL_SHOW_EXTERNAL_LINKS|top_as_links|bool||1|255}'; // INSTALL_SHOW_EXTERNAL_LINKS_DESC
$serendipity['blockReferer'] = '{INSTALL_BLOCKREF|blockReferer|string|;|255}'; // INSTALL_BLOCKREF_DESC
$serendipity['rewrite'] = '{INSTALL_REWRITE|rewrite|list|none=>Disable URL Rewriting,errordocs=>Use Apache errorhandling,rewrite=>Use Apache mod_rewrite|255}'; // INSTALL_REWRITE_DESC
+$serendipity['serverOffsetHours'] = '{INSTALL_OFFSET|serverOffsetHours|string|0|255}'; // INSTALL_OFFSET_DESC
// INSTALL_CAT_IMAGECONV
# INSTALL_CAT_IMAGECONV_DESC
|