summaryrefslogtreecommitdiff
path: root/modules/digibug/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-28 16:50:55 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-28 16:50:55 -0700
commit5e83ebd6d0e1eccb1a865dc6c5fe2ef712bd421b (patch)
tree6da4076d1890e11ce489c967f5f2a4168bee34e7 /modules/digibug/helpers
parentaa31e1f0090522c3cfb3a44b947ad8c33a275979 (diff)
Use $theme->script() method to render module javascript files
Diffstat (limited to 'modules/digibug/helpers')
-rw-r--r--modules/digibug/helpers/digibug_theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/digibug/helpers/digibug_theme.php b/modules/digibug/helpers/digibug_theme.php
index 3b5be3b3..f94d07c6 100644
--- a/modules/digibug/helpers/digibug_theme.php
+++ b/modules/digibug/helpers/digibug_theme.php
@@ -19,6 +19,6 @@
*/
class digibug_theme_Core {
static function head($theme) {
- return html::script("modules/digibug/js/digibug.js");
+ $theme->script("modules/digibug/js/digibug.js");
}
}