diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-26 16:27:23 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-26 16:27:23 +0000 |
| commit | f6169047b12346f82aa3214337256b41c595cb8a (patch) | |
| tree | b8a61583fddfd94c48570c2e83f96191dc524f6a /modules/local_import/helpers/local_import_theme.php | |
| parent | c3fcd3a79bd2f171b15384ea0ff44677b0c7a730 (diff) | |
Fix up add from server:
1) Upload requests are serialized so we don't over load the server or get
race conditions occurring.
2) new albums are created based on the file structure of the
authorized path that is the source directory.
Diffstat (limited to 'modules/local_import/helpers/local_import_theme.php')
| -rw-r--r-- | modules/local_import/helpers/local_import_theme.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/local_import/helpers/local_import_theme.php b/modules/local_import/helpers/local_import_theme.php index d37b8ad3..03c4f179 100644 --- a/modules/local_import/helpers/local_import_theme.php +++ b/modules/local_import/helpers/local_import_theme.php @@ -33,12 +33,12 @@ class local_import_theme_Core { return implode("\n", $head); } - static function head($theme) { - $head[] = "<link media=\"screen, projection\" rel=\"stylesheet\" type=\"text/css\" href=\"" . - url::file("modules/local_import/css/local_import.css") . "\" />"; + //static function head($theme) { + //$head[] = "<link media=\"screen, projection\" rel=\"stylesheet\" type=\"text/css\" href=\"" . + // url::file("modules/local_import/css/local_import.css") . "\" />"; - $head[] = html::script("modules/local_import/js/local_import.js"); + //$head[] = html::script("modules/local_import/js/local_import.js"); - return implode("\n", $head); - } + //return implode("\n", $head); + //} }
\ No newline at end of file |
