Source Location: Program_Root/eDContainer/pathBuilder.php
eDreamers - eDContainer Path Builder
This component provides utility functions to build path from the user's current location within the site contents Final version is planned for eDContainer v2.2
string getPath(
array $arr_contents, string $path_separator, string $folder, string $file, string $page)
[line 29]
Function getPath
Builds the path to the currently displayed content as an information string appearing on the top of the page body. This feature is configured from the eDContainer _structure.inc file.
[ Top ]