You are here

function _pathauto_CrumbsPlugin::__construct in Crumbs, the Breadcrumbs suite 6.2

Same name and namespace in other branches
  1. 6 plugins/crumbs.pathauto.inc \_pathauto_CrumbsPlugin::__construct()

File

plugins/crumbs.pathauto.inc, line 17

Class

_pathauto_CrumbsPlugin
Implementation of class hook class_CrumbsParentFinder on the behalf of path module.

Code

function __construct() {
  module_load_include('inc', 'pathauto', 'pathauto');
}