From 954fcf034238458f292c9f5ec72c6d4b101aac0d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 7 Dec 2008 19:45:46 +0000 Subject: Merge gallery3/branches/menus back into gallery3/trunk --- core/helpers/core_block.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/helpers/core_block.php') diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index 801ffb82..1a90d466 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -19,6 +19,11 @@ */ class core_block_Core { + public static function head($theme) { + $url = url::file("core/js/menu.js"); + return ""; + } + public static function page_bottom($theme) { // @todo: guard this with permissions if (Session::instance()->get("user", false)) { -- cgit v1.2.3