Goal: In this example, we will replace the word Top Level with the word Home in the path bar for a Exhibit-style site.Customization method: Add a script within the local.inc.php file, then edit templates which contain a path bar.For use with: Exhibit-style site.
1.
3. In the info_toolbar.tmpl.html, toolbar.tmpl.html, and filemanger_navigator.tmpl.html templates replace {PATH} with {HOME_PATH}. Also insert <div style="display:none">{PATH}</div> as the second line in each file.