Thursday 08 March 2007 5:03:36 am
Here is one example with no url $Result = array();
$Result['path'] = array( array( 'url' => false, 'text' => 'Database Query Manager' ) );
Here is one with two levels and without a url $Result['path'] = array( array( 'url' => false, 'text' => 'Order ' ), array( 'url' => false, 'text' => 'Refund Completed' ) );
I would guess that the string you pass as url is not the right text string depending on your url style.
Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org
|