You are here

protected function forum_CrumbsMonoPlugin_forumThreadCreateTitle::newTopicTitle in Crumbs, the Breadcrumbs suite 7.2

Method that can be overwritten by subclasses.

Parameters

$type:

Return value

null|string

1 call to forum_CrumbsMonoPlugin_forumThreadCreateTitle::newTopicTitle()
forum_CrumbsMonoPlugin_forumThreadCreateTitle::findTitle in plugins/crumbs.forum.inc
Set a breadcrumb item title for e.g. node/add/(type)/(tid), where

File

plugins/crumbs.forum.inc, line 228

Class

forum_CrumbsMonoPlugin_forumThreadCreateTitle

Code

protected function newTopicTitle($type) {
  return t('New topic');
}