You are here

function recipe_landing_page in Recipe 7.2

Same name and namespace in other branches
  1. 6 recipe.landing.page.inc \recipe_landing_page()
  2. 7 recipe.landing.page.inc \recipe_landing_page()

Page callback: Displays the Recipes Menu and list of recent recipes.

1 string reference to 'recipe_landing_page'
recipe_menu in ./recipe.module
Implements hook_menu().

File

./recipe.landing.page.inc, line 11
Page callbacks for recipe index page.

Code

function recipe_landing_page() {
  return theme('recipe_landing_page');
}