Page 1 of 1

Breadscrubmbs - PlugIn: page title instead of menu text

Posted: Mon Sep 15, 2008 1:37 pm
by ottom
Hello,

I would like to use page titles instead of menu text when displaying the trail.

function.breadcrumbs.php uses $onecontent->MenuText() to display the trail. What parameter do I need to use to display page titles?

Re: Breadscrubmbs - PlugIn: page title instead of menu text

Posted: Fri Sep 19, 2008 2:45 am
by road2cms
$onecontent->Name() instead of $onecontent->MenuText()

All the best!

Re: Breadscrubmbs - PlugIn: page title instead of menu text

Posted: Fri Sep 19, 2008 6:43 pm
by ottom
thanks, that has worked!