Project

General

Profile

Feature #19958 » 0010333-subcats_in_conf_templates.patch

Administrator Admin, 2009-02-03 14:02

View differences:

t3lib/class.t3lib_tsparser_ext.php (Arbeitskopie)
// label
$editableComments[$const]['label'] = trim($keyValPair[1]);
break;
case 'customsubcat':
// custom subCategory label
$customSubCat = explode('=',$keyValPair[1],2);
if (trim($customSubCat[0])) {
$this->subCategories[$customSubCat[0]][0] = $GLOBALS['LANG']->sL($customSubCat[1]);
}
break;
}
}
}
(1-1/3)