You are here

protected function crumbs_CurrentPageInfo::path in Crumbs, the Breadcrumbs suite 7.2

Determine current path.

Return value

string

See also

crumbs_CurrentPageInfo::$path

File

lib/CurrentPageInfo.php, line 412

Class

crumbs_CurrentPageInfo
Creates various data related to the current page.

Code

protected function path() {
  return $_GET['q'];
}