You are here

function blog_path_alias_types in Pathauto 7

Implements hook_path_alias_types() on behalf of blog module.

File

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

Code

function blog_path_alias_types() {
  return array(
    'blog/' => t('User blogs'),
  );
}