Skip to content
Grav 2.0 is officially stable. Read the announcement →

Makar Newcomer

@karakaptan · Joined 6 years ago · 1 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Custom Admin footer · 6 years ago

    In the footer.html.twig: {% if custom_admin_footer %} {{ custom_admin_footer|raw }} {% else %} ... Where I can set custom_admin_footer for customizing footer of admin panel?