You are here

function botcha_recipebook_title in BOTCHA Spam Prevention 7.2

Same name and namespace in other branches
  1. 6.2 botcha.module \botcha_recipebook_title()

Title callback for importers.

1 string reference to 'botcha_recipebook_title'
botcha_menu in ./botcha.module
Implements hook_menu().

File

./botcha.module, line 242

Code

function botcha_recipebook_title($recipebook) {
  return "Edit recipe book \"{$recipebook->title}\"";
}