You are here

function forum_path_alias_types in Pathauto 7

Implements hook_path_alias_types() on behalf of forum module.

File

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

Code

function forum_path_alias_types() {
  return array(
    'forum/' => t('Forums'),
  );
}