Bug #23008 ยป iconworks.diff
t3lib/class.t3lib_iconworks.php (working copy) | ||
---|---|---|
* @return string the full HTML tag (usually a <span>)
|
||
* @access public
|
||
*/
|
||
public static function getSpriteIconForRecord($table, $row, $options = array()) {
|
||
public static function getSpriteIconForRecord($table, array $row, $options = array()) {
|
||
$innerHtml = (isset($options['html']) ? $options['html'] : '');
|
||
$tagName = (isset($options['tagName']) ? $options['tagName'] : 'span');
|
||