As this module implements a themeable function override, the theme registry needs to be cleared before it will be detected. This could be addressed in documentation or in a menu_trail_by_path.install file like so:

function menu_trail_by_path_enable() {
  cache_clear_all();
}

Comments

malcomio’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

It isn't the job of the module to clear the cache on installation