Skip to content

Commit 3ad85ca

Browse files
committed
update endpoints for html fragments
1 parent cd6acdb commit 3ad85ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Extensions/Twig/GetFromFrontendExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public function getFunctions(): array
2929
{
3030
return [
3131
new TwigFunction('global_nav', [$this, 'globalNav']),
32-
new TwigFunction('lang_nav', [$this, 'langNav'])
32+
new TwigFunction('lang_nav', [$this, 'langNav']),
33+
new TwigFunction('footer', [$this, 'footer'])
3334
];
3435
}
3536

0 commit comments

Comments
 (0)