You are here

recipe.pages.inc in Recipe 6

Same filename and directory in other branches
  1. 7.2 recipe.pages.inc
  2. 7 recipe.pages.inc

recipe.admin.inc -contains all pages, settings, and validate

This file will only be parsed when using the recipe module's built-in content types (as opposed to Views-based Recipe content which would not load/parse any of this).

See http://drupal.org/node/146172

File

recipe.pages.inc
View source
<?php

/**
 * @file
 * recipe.admin.inc -contains all pages, settings, and validate
 *
 * This file will only be parsed when using the recipe module's
 * built-in content types (as opposed to Views-based Recipe content
 * which would not load/parse any of this).
 *
 * See http://drupal.org/node/146172
 */

/**
 * Menu Callback - created output for the main recipe page.
 *
 * @return
 *   $body
 */