Changing breadcrumb url for logged in users

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elio42
User
Posts: 128

Changing breadcrumb url for logged in users

Post by elio42 »

Hi,
how can i change breadcrumb home url for logged in users.


mobhar
User
Posts: 11703

Post by mobhar »

Please explain it in more detail. An example would be good to comprehend your needs.


arbei
User
Posts: 9359

Post by arbei »

You may use the global $Breadcrumb variable which is a Breadcrumb object, you can access the links by $Breadcrumb->Links, use var_dump() to view its content and change them as you want.


Post Reply