From e65f8d50226ba13e01f3c3463ff67aeccac2b83a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 12 Dec 2008 07:25:43 +0000 Subject: Remove head() for now. --- core/helpers/core_block.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index 779bb475..abaa9205 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -19,11 +19,6 @@ */ class core_block_Core { - public static function head($theme) { - $url = url::base(true); - return "\n"; - } - public static function page_bottom($theme) { if (Session::instance()->get("profiler", false)) { $profiler = new Profiler(); -- cgit v1.2.3