You are here

function recipe_html_preprocess_recipe_html_node in Recipe 6

File

plugins/recipe_html.module, line 121
recipe_recipeML.module - Enables importing and exporting of recipeML format recipes.

Code

function recipe_html_preprocess_recipe_html_node(&$variables) {
  recipe_preprocess_node($variables);
}