From c3c807b553ab42d0486af45bae71aac411f48e7c Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 8 Jul 2013 23:14:14 +0000 Subject: - on picture.php do not set the prefetch link if already set by a plugin - picture.tpl set the derivative size checkbox id to the correct name git-svn-id: http://piwigo.org/svn/trunk@23882 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 1 + 1 file changed, 1 insertion(+) (limited to 'picture.php') diff --git a/picture.php b/picture.php index e736373ba..d5050abcd 100644 --- a/picture.php +++ b/picture.php @@ -944,6 +944,7 @@ $template->assign( 'ELEMENT_CONTENT', $element_content ); if (isset($picture['next']) and $picture['next']['src_image']->is_original() + and $template->get_template_vars('U_PREFETCH') == null and strpos($_SERVER['HTTP_USER_AGENT'], 'Chrome/') === false) { $template->assign( -- cgit v1.2.3