From 63ca443649094a14a286cf6924ca211bc1b5753c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 5 Feb 2009 18:12:33 +0000 Subject: Add full size image display. Changes the core menu now checks that the user has authotization before displaying the view fullsize icon. It probably needs a better icon, (but u make do with what u have or don't have :-) ) --- core/helpers/core_theme.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/helpers/core_theme.php') diff --git a/core/helpers/core_theme.php b/core/helpers/core_theme.php index 57664b48..2ac7d327 100644 --- a/core/helpers/core_theme.php +++ b/core/helpers/core_theme.php @@ -29,6 +29,16 @@ class core_theme_Core { url::file("core/css/quick.css") . "\" />"; $buf .= html::script("core/js/quick.js"); } + if ($theme->page_type == "photo" && access::can("view_full", $theme->item())) { + $buf .= ""; + $buf .= html::script("core/js/fullsize.js"); + } return $buf; } -- cgit v1.2.3