diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-26 19:11:50 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-26 19:11:50 +0000 |
commit | eb589fcce8716605d4e4b4b1f5092a7ae7960843 (patch) | |
tree | a64731decd74acaca808e6fcf85b46a3cfca6e75 | |
parent | 2042a4914be4c7af387808efdcabaa3a7594963d (diff) |
Delete unused code
-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 |