You are here

function comment_crumbs_plugins in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 6.2 plugins/crumbs.comment.inc \comment_crumbs_plugins()
  2. 7.2 plugins/crumbs.comment.inc \comment_crumbs_plugins()

Implements hook_crumbs_plugins().

File

plugins/crumbs.comment.inc, line 7

Code

function comment_crumbs_plugins($api) {
  $api
    ->monoPlugin('reply');
  $api
    ->monoPlugin('comment');
  $api
    ->monoPlugin('skip');
}