Created
August 25, 2025 12:47
-
-
Save bigprof/c9d7e9bd05db6a31ef5b2d89b6e12861 to your computer and use it in GitHub Desktop.
Adding a link to the navigation menu of an AppGini application in a way that works with both the vertical and horizontal menus. Add the following code to the generated `hooks/footer-extras.php` file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not the recommended method for adding links to your AppGini app's navigation menus. We prefer using
hooks/links-navmenu.php. But in case you want more control over the link appearance, you can customize the above code and add it tohooks/footer-extras.php.