fiogf49gjkf0d Here is how to do it:
Under the Customer Portal, Expand SupportFiles and Expand Masters
Edit the base.Master and Default.Master
Find the following line of Markup Code:
<
workSpace:ToolbarWorkspace runat="server" ID="ToolBar" ></workSpace:ToolbarWorkspace
>
Modify it by including the IncludeEntityBreadCrumb = False attribute as shown below:
<workSpace:ToolbarWorkspace runat="server" ID="ToolBar" IncludeEntityBreadCrumb="false">
</workSpace:ToolbarWorkspace
>
|