diff options
Diffstat (limited to 'core/helpers/core_block.php')
-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(); |