diff options
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r-- | core/helpers/core_block.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index d3c61fa8..779bb475 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -21,9 +21,7 @@ class core_block_Core { public static function head($theme) { $url = url::base(true); - $head[] = "<script>var base_url = \"$url\";</script>"; - $head[] = '<script src="' . url::file("core/js/menu.js") . '" type="text/javascript"></script>'; - return implode("\n", $head); + return "<script>var base_url = \"$url\";</script>\n"; } public static function page_bottom($theme) { |