Sunday 15 February 2009 10:00:28 am
hi,
As I could understand, the Itemized_subtree_items is a class of the ezxmltags.
If you want to add xmltags, you must edit the configuration file: settings/override/content.ini.php Let's say that you want to add a xmltag with the class: my_class Than, you have to add the lines:
[object]
AvailableClasses[]=my_class ClassDescription[itemized_sub_items]=My Class
[embed]
AvailableClasses[]=my_class ClassDescription[itemized_sub_items]=My Class
After that, you must edit the override settings at the file: settings/your_site_language/override.ini.php
I'll give an example of how to create an override rule for your new When editing the override.ini.
[my_class]
Source=content/view/embed.tpl
MatchFile=embed/my_class.tpl
Subdir=templates Match[classification]=my_class
|