aboutsummaryrefslogtreecommitdiff
path: root/types/uploadfield/uploadfield.theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'types/uploadfield/uploadfield.theme.inc')
-rw-r--r--types/uploadfield/uploadfield.theme.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/types/uploadfield/uploadfield.theme.inc b/types/uploadfield/uploadfield.theme.inc
new file mode 100644
index 0000000..5a81efd
--- /dev/null
+++ b/types/uploadfield/uploadfield.theme.inc
@@ -0,0 +1,18 @@
+<?php
+//$Id$
+/**
+ *
+ * @file
+ * Theme functions for the videoftp module.
+ */
+
+/**
+ * FormAPI theme function. Theme the output of an video upload field.
+ */
+function theme_uploadfield_widget($element) {
+ return theme('form_element', $element, $element['#children']);
+}
+
+function theme_uploadfield_widget_item($element) {
+ return theme('filefield_widget_item', $element);
+} \ No newline at end of file