Skip to content

Instantly share code, notes, and snippets.

View fiedsch's full-sized avatar
🏠
Working from home

Andreas Fieger fiedsch

🏠
Working from home
View GitHub Profile
@fritzmg
fritzmg / BreadcrumbController.php
Last active July 29, 2025 09:36
Drop-in replacement for Contao's breadcrumb module, in order to have the correct news, event, etc. titles for the active page
<?php
// src/Controller/FrontendModule/BreadcrumbController.php
declare(strict_types=1);
namespace App\Controller\FrontendModule;
use Contao\Controller;
use Contao\CoreBundle\DependencyInjection\Attribute\AsFrontendModule;
use Contao\CoreBundle\DependencyInjection\Attribute\AsHook;