mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Use $theme->script() method to render module javascript files
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user