From 73496de94f1ebb56f3156c3e24053b2d4cec669a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 8 Dec 2008 04:39:21 +0000 Subject: Tighten up head() --- core/helpers/core_block.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/helpers/core_block.php') 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 ""; + return ''; } public static function page_bottom($theme) { -- cgit v1.2.3