Update of /cvsroot/phpslash/phpslash-dev/public_html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11099/phpslash-dev/public_html
Modified Files:
config-dist.ini.php config_setup.ini.php
Log Message:
block admin interface changes
Index: config-dist.ini.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** config-dist.ini.php 18 Sep 2004 14:35:24 -0000 1.15
--- config-dist.ini.php 20 Oct 2004 12:19:57 -0000 1.16
***************
*** 339,342 ****
--- 339,345 ----
;; Use this number as the minimum number of options available for a block.
block_optioncount = 4
+ ;;
+ ;; default blocktype for new blocks
+ blocktype.default = "html"
;;; end of Block Options
;;;
Index: config_setup.ini.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config_setup.ini.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** config_setup.ini.php 19 Oct 2004 15:26:27 -0000 1.13
--- config_setup.ini.php 20 Oct 2004 12:19:57 -0000 1.14
***************
*** 339,342 ****
--- 339,345 ----
;; Use this number as the minimum number of options available for a block.
block_optioncount = 4
+ ;;
+ ;; default blocktype for new blocks
+ blocktype.default = "html"
;;; end of Block Options
;;;
|