[geeklog-cvs] geeklog-1.3 config.php,1.136,1.137

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sat Oct 9 15:20:01 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv16000

Modified Files:
	config.php 
Log Message:
Added default settting for  $_CONF['advanced_editor'] which will enable use of advanced templates to support a Rich Text Editor.

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** config.php	30 Sep 2004 18:10:57 -0000	1.136
--- config.php	9 Oct 2004 19:19:59 -0000	1.137
***************
*** 226,229 ****
--- 226,235 ----
  $_CONF['custom_registration'] = false;  // Set to true if you have custom code
  
+ // +---------------------------------------------------------------------------+
+ // | Support for custom templaes to support advanced Rich Text Editor          |
+ // | Checked in comment.php, submit.php, admin/story.php and                   |
+ // | staticpages/index.php. If set true and advanced template exists           |
+ // +---------------------------------------------------------------------------+
+ $_CONF['advanced_editor'] = false;
  
  // +---------------------------------------------------------------------------+




More information about the geeklog-cvs mailing list