* Fixed bug #14486: Added missing icons for the new iconset (thanks to Steffen Ritter)
* Added feature #14465: Make use of the new sprite API through the TYPO3 core (thanks to Steffen Ritter)
* Fixed bug #14486: Added missing icons for the new iconset (thanks to Steffen Ritter)
* Added feature #14465: Make use of the new sprite API through the TYPO3 core (thanks to Steffen Ritter)
+ * Followup to feature #14465: Remove extra semicolon at end of line
2010-05-26 Susanne Moog <typo3@susanne-moog.de>
2010-05-26 Susanne Moog <typo3@susanne-moog.de>
}
if($webpath == 'web') {
}
if($webpath == 'web') {
- $icon = 'apps-filetree-folder-default';;
+ $icon = 'apps-filetree-folder-default';
} else {
$icon = 'apps-filetree-folder-default';
}
} else {
$icon = 'apps-filetree-folder-default';
}