Namespaces | Functions

cms/breadcrumbs.lib.php File Reference

Go to the source code of this file.

Namespaces

namespace  pragyan
 

Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom.


Functions

 breadcrumbs ($pageIdArray)
 generateSubmenu ($pageId, $parentPath)

Function Documentation

breadcrumbs ( pageIdArray  ) 

breadcrumbs.lib.php To generate the bread crumbs required to show the location of the page with links to each level. Generate breadcrumbs for a given page

Parameters:
$pageIdArray Array of integers holding the page ids of the pages constituting the path to the current page
$separator The string with which Items in the generated breadcrumbs should be separated
Returns:
HTML string representing the breadcrumbs to be displayed for the given page

Definition at line 27 of file breadcrumbs.lib.php.

generateSubmenu ( pageId,
parentPath 
)

Definition at line 82 of file breadcrumbs.lib.php.