summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/core_block.php5
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();