diff options
-rw-r--r-- | core/helpers/core_block.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index 1a90d466..3956528d 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -20,8 +20,7 @@ class core_block_Core { public static function head($theme) { - $url = url::file("core/js/menu.js"); - return "<script src=\"$url\" type=\"text/javascript\"></script>"; + return '<script src="' . url::file("core/js/menu.js") . '" type="text/javascript"></script>'; } public static function page_bottom($theme) { |