Saturday 28 June 2003 7:35:12 am
Hi,
There is a br.tpl in standard/templates/content/datatype/view/ezxmltags You have to add content.ini (copy/paste) in settings/override/ and rename it content.ini.append.php You have to add :
[CustomTagSettings]
AvailableCustomTags[]=factbox
AvailableCustomTags[]=strike
AvailableCustomTags[]=sub
AvailableCustomTags[]=sup AvailableCustomTags[]=br <---- here You can customize what you want this way.
|