[Phpslash-devel] Small patch: Set breadcrumb delimiter in config.ini.php
Brought to you by:
joestewart,
nhruby
From: Peter C. <li...@cr...> - 2003-10-28 23:54:12
|
Hi I've posted to patches a simple change to functions.inc to allow the breadcrumb delimer to be set in config.ini.php: 780c780 < $delimeter = "->"; --- > $delimeter = $_PSL['breadcrumb.delimiter']; You need to add a line like this to config.ini.php: breadcrumb.delimiter = " -> " (Patch applies to -dev module) P |