[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/dialog/ -> dialog-content.tpl.php (source)

   1  <?php
   2  // $Id: dialog-content.tpl.php,v 1.1.2.1 2010/01/13 03:32:19 rz Exp $
   3  
   4  /**
   5   * @file dialog-content.tpl.php
   6   *
   7   * Theme implementation to display the content section of a dialog.
   8   *
   9   * Available variables:
  10   *
  11   * - $help: Dynamic help text.
  12   * - $messages: HTML for status and error messages. Should be displayed prominently.
  13   * - $content: The main content of the current dialog.
  14   *
  15   * @see template_preprocess_dialog_content()
  16   */
  17  ?>
  18  
  19  <?php if (!empty($messages)): print $messages; endif; ?>
  20  <?php if (!empty($help)): print $help; endif; ?>
  21  
  22  <?php print $content; ?>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7