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
Comment #1
malcomio commentedIt isn't the job of the module to clear the cache on installation