Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3471/include/tpl
Modified Files:
config_user.tpl
Log Message:
* fix entering comments in popup screen, wrong variable
* move blogtitle/Description out of personal settings and into config again, make config available to chief editors again (even though they now only can change 2 settings)
Index: config_user.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_user.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config_user.tpl 2 Dec 2004 11:46:36 -0000 1.3
+++ config_user.tpl 2 Dec 2004 12:23:09 -0000 1.4
@@ -6,8 +6,6 @@
$serendipity['password'] = '{USERCONF_PASSWORD|password|protected||0}'; // USERCONF_PASSWORD_DESC
$serendipity['userlevel'] = '{USERCONF_USERLEVEL|userlevel|string||1}'; // USERCONF_USERLEVEL_DESC
$serendipity['email'] = '{USERCONF_EMAIL|email|string|jo...@ex...|0}'; // USERCONF_EMAIL_DESC
-$serendipity['blogTitle'] = '{INSTALL_BLOGNAME|blogTitle|string|John Doe's personal blog|1|global}'; // INSTALL_BLOGNAME_DESC
-$serendipity['blogDescription'] = '{INSTALL_BLOGDESC|blogDescription|string|My little place on the web...|1|global}'; // INSTALL_BLOGDESC_DESC
$serendipity['lang'] = '{INSTALL_LANG|lang|list|[LANGUAGE_LIST]|0|config}'; // INSTALL_LANG_DESC
$serendipity['wysiwyg'] = '{INSTALL_WYSIWYG|wysiwyg|bool|0|0|config}'; // INSTALL_WYSIWYG_DESC
$serendipity['mail_comments'] = '{USERCONF_SENDCOMMENTS|mail_comments|bool|1|0}'; // USERCONF_SENDCOMMENTS_DESC
|