You are here

function theme_recipe_more_info in Recipe 5

Displays more information content, suck as "more" links, and feed images.

Return value

formatted string containint the output.

1 theme call to theme_recipe_more_info()
recipe_page in ./recipe.module
Menu Callback - created output for the main recipe page.

File

./recipe.module, line 1532
recipe.module - share recipes for drupal 5.x

Code

function theme_recipe_more_info($content) {
  return "<div class=\"more-link\">" . $content . "</div>";
}