You are here

function node_pathauto in Pathauto 6.2

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

Implements hook_pathauto().

File

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

Code

function node_pathauto($op) {
  module_load_include('inc', 'pathauto', 'pathauto.pathauto');
  return _node_pathauto($op);
}