Skip to content

Instantly share code, notes, and snippets.

@bigprof
Created August 25, 2025 12:47
Show Gist options
  • Save bigprof/c9d7e9bd05db6a31ef5b2d89b6e12861 to your computer and use it in GitHub Desktop.
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.
@bigprof
Copy link
Author

bigprof commented Aug 25, 2025

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 to hooks/footer-extras.php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment