You are here

function taxonomy_pathauto in Pathauto 6.2

Same name and namespace in other branches
  1. 5.2 pathauto_taxonomy.inc \taxonomy_pathauto()
  2. 5 pathauto_taxonomy.inc \taxonomy_pathauto()
  3. 6 pathauto_taxonomy.inc \taxonomy_pathauto()
  4. 7 pathauto.module \taxonomy_pathauto()

Implements hook_pathauto() on behalf of taxonomy.module.

File

./pathauto.module, line 507
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function taxonomy_pathauto($op) {
  module_load_include('inc', 'pathauto', 'pathauto.pathauto');
  return _taxonomy_pathauto($op);
}