You are here

function forum_pathauto in Pathauto 6.2

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

Implements hook_pathauto() on behalf of forum.module.

File

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

Code

function forum_pathauto($op) {
  module_load_include('inc', 'pathauto', 'pathauto.pathauto');
  return _forum_pathauto($op);
}