diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-12 07:25:43 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-12 07:25:43 +0000 |
commit | e65f8d50226ba13e01f3c3463ff67aeccac2b83a (patch) | |
tree | d3f5fe900e151c0963823f8ad7bf5ceec2d87dac /core/helpers | |
parent | 11d4e2d7258ab17cff54c8f2062afdb47886b95e (diff) |
Remove head() for now.
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/core_block.php | 5 |
1 files changed, 0 insertions, 5 deletions
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 "<script>var base_url = \"$url\";</script>\n"; - } - public static function page_bottom($theme) { if (Session::instance()->get("profiler", false)) { $profiler = new Profiler(); |