Breadcrumb can't show right path for new form

GreyHead 19 Mar, 2009
Hi DHlao,

I think you can add to the Breadcrumbs with
<?php
global $mainframe;
$mainframe->appendPathWay('<a href="index.php?option=...">My text</a>');
?>

Bob
ktsixit 10 Apr, 2009
I had the same question. The code works fine. Thank' s for posting Bob.
This topic is locked and no more replies can be posted.