summaryrefslogtreecommitdiff
path: root/modules/html5_uploader/helpers/Uploader_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/html5_uploader/helpers/Uploader_theme.php')
-rw-r--r--modules/html5_uploader/helpers/Uploader_theme.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/html5_uploader/helpers/Uploader_theme.php b/modules/html5_uploader/helpers/Uploader_theme.php
new file mode 100644
index 0000000..4dab889
--- /dev/null
+++ b/modules/html5_uploader/helpers/Uploader_theme.php
@@ -0,0 +1,7 @@
+<?php defined("SYSPATH") or die("No direct script access.");
+class Uploader_theme_Core {
+ static function head($theme) {
+ return $theme->script("waitMe.min.js").
+ $theme->css("waitMe.min.css");
+ }
+} \ No newline at end of file