Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24185/include/tpl
Modified Files:
Tag: branch-smarty
config_local.tpl
Log Message:
New configuration variable to set amount of entries per page
Index: config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/Attic/config_local.tpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- config_local.tpl 12 Nov 2004 15:43:24 -0000 1.1.2.2
+++ config_local.tpl 15 Nov 2004 10:22:04 -0000 1.1.2.3
@@ -32,6 +32,7 @@
// INSTALL_CAT_DISPLAY
# INSTALL_CAT_DISPLAY_DESC
+$serendipity['fetchLimit'] = '{INSTALL_FETCHLIMIT|fetchLimit|string|15|255}'; // INSTALL_FETCHLIMIT_DESC
$serendipity['extCSS'] = '{INSTALL_EXTERNALSTYLE|extCSS|string|none|255}'; // INSTALL_EXTERNALSTYLE_DESC
$serendipity['wysiwyg'] = '{INSTALL_WYSIWYG|wysiwyg|bool|0|0}'; // INSTALL_WYSIWYG_DESC
$serendipity['XHTML11'] = '{INSTALL_XHTML11|XHTML11|bool|0|255}'; // INSTALL_XHTML11_DESC
|