TYPO3 CMS  TYPO3_6-2
SkinImageViewHelper.php
Go to the documentation of this file.
1 <?php
3 
25 
39  public function render($src, $width = NULL, $height = NULL, $minWidth = NULL, $minHeight = NULL, $maxWidth = NULL, $maxHeight = NULL) {
40  $src = \TYPO3\CMS\Backend\Utility\IconUtility::skinImg('../typo3/', $src, '', 1);
41  return parent::render('' . $src, $width, $height . $minWidth, $minHeight, $maxWidth, $maxHeight);
42  }
43 
44 }
static skinImg($backPath, $src, $wHattribs='', $outputMode=0)
render($src, $width=NULL, $height=NULL, $minWidth=NULL, $minHeight=NULL, $maxWidth=NULL, $maxHeight=NULL)