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

Status
This content is read-only, or is not open for further replies.

Yenxji

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom