aboutsummaryrefslogtreecommitdiff
path: root/types/videoupload/videoupload.theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'types/videoupload/videoupload.theme.inc')
-rw-r--r--types/videoupload/videoupload.theme.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/types/videoupload/videoupload.theme.inc b/types/videoupload/videoupload.theme.inc
deleted file mode 100644
index 5a81efd..0000000
--- a/types/videoupload/videoupload.theme.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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