What does this mean? I recognize that { < CART BODY PRODUCT DESCRIPTION FEATURES LIST TITLE > } represents a path of some kind. Just curious what this sorta thing is called so I can learn more about it.
[CODE]<div class="productFeatures">
<!--start productFeatures div-->
<h2>{ < CART BODY PRODUCT DESCRIPTION FEATURES LIST TITLE > } Features:</h2>
<ul>
{ < CART BODY PRODUCT DESCRIPTION FEATURES LIST > }
</ul>
</div>[/CODE]