From a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6 Mon Sep 17 00:00:00 2001 From: Heshan Date: Sat, 19 Mar 2011 00:33:50 +0530 Subject: Updated the hook_theme and video themes, remove theme funcations to video.theme.inc and added HTML5 with Flash fallback with Flowplayer --- filesystem/.cvsignore | 1 - filesystem/drupal.inc | 69 --------------------------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 filesystem/.cvsignore delete mode 100644 filesystem/drupal.inc (limited to 'filesystem') diff --git a/filesystem/.cvsignore b/filesystem/.cvsignore deleted file mode 100644 index e43b0f9..0000000 --- a/filesystem/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store diff --git a/filesystem/drupal.inc b/filesystem/drupal.inc deleted file mode 100644 index 2f79c8b..0000000 --- a/filesystem/drupal.inc +++ /dev/null @@ -1,69 +0,0 @@ -name; - } - - /** - * Interface Implementations - * @see sites/all/modules/video/includes/filesystem_interface#get_help() - */ - public function get_help() { - return t('Drupal filesystem', array()); - } - - /** - * Interface Implementations - * @see sites/all/modules/video/includes/filesystem_interface#get_value() - */ - public function get_value() { - return $this->value; - } - - public function run_command($options) { - return; - } - - public function admin_settings() { - $form = array(); - return $form; - } - - public function admin_settings_validate($form, $form_state) { - return; - } - -} - -?> -- cgit v1.2.3