RSS Feed/News How do you adjust/remove the breadcrumb on AdminCP instead of the add-on?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,300
Points
823

Reputation:

1738163259196.webp

This is from AdminCP: /admin.php?mods/games/Genshin-impact.1/repository

Is there a way to adjust or remove the breadcrumb and let the template or PHP handle the breadcrumb custom path?

PHP:

Code:
    public function actionIndex(ParameterBag $params)
    {
        // Override all breadcrumbs
        $reply->setPageParam('breadcrumbs', []);
        $reply->setPageParam('breadcrumbPath', null);

// Set our specific breadcrumbs...

Read more

Continue reading...
 
Status
Not open for further replies.
Top