[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/video/types/uploadfield/ -> uploadfield.theme.inc (source)

   1  <?php
   2  /**
   3   * 
   4   * @file
   5   * Theme functions for the videoftp module.
   6   */
   7  
   8  /**
   9   * FormAPI theme function. Theme the output of an video upload field.
  10   */
  11  function theme_uploadfield_widget($element) {
  12    return theme('form_element', $element, $element['#children']);
  13  }
  14  
  15  function theme_uploadfield_widget_item($element) {
  16    return theme('filefield_widget_item', $element);
  17  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7