<?phpnamespace App\Controller\Module;use SaintElmos\BaseBundle\Utils\SETConf;use Symfony\Component\HttpFoundation\Request;use Pimcore\Controller\FrontendController;class AnchorController extends FrontendController{ public function anchorAction(Request $request,\Pimcore\Config\Config $websiteConfig) { return $this->render('module/Anchor/__set-anchor.html.twig'); }}