[Phpslash-commit] CVS: phpslash-dev/public_html config_setup.ini.php,1.12,1.13
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-19 15:27:19
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30310/phpslash-dev/public_html Modified Files: config_setup.ini.php Log Message: [ 799042 ] StoryAdmin :: Previewing blank story generates warning, Admin module should be below Admin Tasks, breadcrumb delimiter wasn't defined correctly Index: config_setup.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config_setup.ini.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** config_setup.ini.php 18 Sep 2004 14:35:24 -0000 1.12 --- config_setup.ini.php 19 Oct 2004 15:26:27 -0000 1.13 *************** *** 364,367 **** --- 364,373 ---- ;;; + ;; Breadcrumb delimiter + ;; + ;; example: home -> section -> topic + breadcrumb.delimiter = " -> " + + ;;; ;; Notification Options ;; *************** *** 579,587 **** ;;; end of approvedtags definitions - ;;; - ;; Breadcrumb delimiter - ;; - ;; example: home -> section -> topic - breadcrumb.delimiter = " -> " - ; DO NOT REMOVE THIS LINE ?> --- 585,587 ---- |