Project

General

Profile

Feature #19958 » 0010333v2-subcats_in_conf_templates.patch

Administrator Admin, 2009-02-18 11:52

View differences:

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