diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-20 23:57:17 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-20 23:57:17 +0200 |
| commit | ca69b6502b5d4a3082d6deb1477f46614c866cba (patch) | |
| tree | 437bea4a6b6e62495b67b0ab6266d1f53df3148a /modules/html5_uploader/helpers/Uploader_theme.php | |
| parent | 18a1d682ff18ee69d5c252b013a6a6935cd9b5fe (diff) | |
In progress display added to upload
Diffstat (limited to 'modules/html5_uploader/helpers/Uploader_theme.php')
| -rw-r--r-- | modules/html5_uploader/helpers/Uploader_theme.php | 7 |
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 |
