This is used to display the date the item was created, within the item page. DATEFORMATLC2 can be changed to suit allowable Joomla variants.
[code]
<?php if($this->item->... Read More »
This snippet displays the Featured text along side the itemTitle of an item. You can change the "Featured" to something different, like "Hot New Item" etc. If you find that this does not change on your site, then please check the K2 language file.
[code]
<?php if($this-... Read More »