In our README we tell people you can create your own menu and don't need to rely on the main navigation menu provided by Drupal. We even encourage people to do this.
However, our code for creating the variable for the homepage_link seems to only work if we are working with the main menu. I think we should remove the return if !== main.
In our README we tell people you can create your own menu and don't need to rely on the main navigation menu provided by Drupal. We even encourage people to do this.
However, our code for creating the variable for the homepage_link seems to only work if we are working with the main menu. I think we should remove the
return
if!== main
.