11
Ok so I have edited the file news_item.html
and changed:
le="color: #000000"><?php <td class="itemHead"><span class="itemTitle"><{$story.title}></span></td>
into
le="color: #000000"><?php <td class="itemHead"><span class="itemTitle"><{$story.news_title}></span></td>
Uploaded that file to my news templates and replaced the existing news_item.html file.. But I still see the (:) sign !
What am I doing wrong here??
Example