diff options
-rw-r--r-- | modules/local_import/helpers/local_import_theme.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/local_import/helpers/local_import_theme.php b/modules/local_import/helpers/local_import_theme.php index 03c4f179..1895f3da 100644 --- a/modules/local_import/helpers/local_import_theme.php +++ b/modules/local_import/helpers/local_import_theme.php @@ -32,13 +32,4 @@ 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") . "\" />"; - - //$head[] = html::script("modules/local_import/js/local_import.js"); - - //return implode("\n", $head); - //} }
\ No newline at end of file |