diff --git a/plugins/viewer/view.php b/plugins/viewer/view.php index e9a9949..ce9bf61 100644 --- a/plugins/viewer/view.php +++ b/plugins/viewer/view.php @@ -73,6 +73,8 @@ else $prevPageUrl = dirname($_SERVER["REQUEST_URI"])."/$prevImage"; $directoryUrl = "$bizouRootUrl/index.php".dirname($simpleImagePath); +$firefox = strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') !== false; + header('Content-Type: text/html; charset=utf-8'); header('Expires: '.gmdate('D, d M Y H:i:s \G\M\T', time() + 3600)); ?> @@ -121,22 +123,9 @@ img { } - - + - - - - @@ -160,7 +149,18 @@ window.onload = function() { -