|
@@ 3663-3667 (lines=5) @@
|
| 3660 |
|
$wrap = isset($conf['wrap.']) ? $this->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap']; |
| 3661 |
|
if ($conf['combinedLink']) { |
| 3662 |
|
$theValue = $icon . $theValue; |
| 3663 |
|
if ($conf['ATagBeforeWrap']) { |
| 3664 |
|
$theValue = $this->wrap($this->wrap($theValue, $wrap), $theLinkWrap); |
| 3665 |
|
} else { |
| 3666 |
|
$theValue = $this->wrap($this->wrap($theValue, $theLinkWrap), $wrap); |
| 3667 |
|
} |
| 3668 |
|
$file = isset($conf['file.']) ? $this->stdWrap($theValue, $conf['file.']) : $theValue; |
| 3669 |
|
// output |
| 3670 |
|
$output = $file . $size; |
|
@@ 3672-3676 (lines=5) @@
|
| 3669 |
|
// output |
| 3670 |
|
$output = $file . $size; |
| 3671 |
|
} else { |
| 3672 |
|
if ($conf['ATagBeforeWrap']) { |
| 3673 |
|
$theValue = $this->wrap($this->wrap($theValue, $wrap), $theLinkWrap); |
| 3674 |
|
} else { |
| 3675 |
|
$theValue = $this->wrap($this->wrap($theValue, $theLinkWrap), $wrap); |
| 3676 |
|
} |
| 3677 |
|
$file = isset($conf['file.']) ? $this->stdWrap($theValue, $conf['file.']) : $theValue; |
| 3678 |
|
// output |
| 3679 |
|
$output = $icon . $file . $size; |