Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.82, Sun Apr 20 19:05:12 2008 UTC | revision 1.83, Fri Jun 26 11:53:01 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: $ | // $Id: recipe.module,v 1.82 2008/04/20 19:05:12 brdwor Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 1469 function theme_recipe_node($node, $yield | Line 1469 function theme_recipe_node($node, $yield |
| 1469 | return $output; | return $output; |
| 1470 | } | } |
| 1471 | ||
| 1472 | function recipe_custom_yield_form($node) { | function recipe_custom_yield_form($form_id, $node) { |
| 1473 | $form['custom_yield_container'] = array( | $form['custom_yield_container'] = array( |
| 1474 | '#type' => 'fieldset', | '#type' => 'fieldset', |
| 1475 | '#collapsible' => FALSE, | '#collapsible' => FALSE, |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |