Posted by John Bickar on October 22, 2010 at 10:38pm
1 follower
| Project: | Menu Trail By Path |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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:
<?php
function menu_trail_by_path_enable() {
cache_clear_all();
}
?>