Project

General

Profile

Bug #20886 ยป typo3-showpic.patch

Administrator Admin, 2009-08-14 15:44

View differences:

showpic.php 2009-08-14 15:14:02.280344000 +0200
<title>'.htmlspecialchars($this->title ? $this->title : "Image").'</title>
' . ($this->title ? '' : '<meta name="robots" content="noindex,follow" />') . '
</head>
'.($this->bodyTag ? $this->bodyTag : '<body>');
<body style="background: white; margin: 0; padding: 0;">';
if (is_array($imgInfo)) {
$wrapParts = explode('|',$this->wrap);
$wrapParts = array('<a href="javascript:close();">', '</a>');
$this->content.=trim($wrapParts[0]).$img->imgTag($imgInfo).trim($wrapParts[1]);
}
$this->content.='
    (1-1/1)