View Single Post
Old 03-26-2005, 02:31 AM   #2 (permalink)
AlEast
The Contributor
 
Join Date: Mar 2005
Posts: 81
Thanks: 0
AlEast is on a distinguished road
Default

Those look like template tags, which are used by template engines such as fastTemplates or smarty. These tags are parsed by the template engine inside of the script to replace the tag with some sort of valid xhtml, which in most cases will just be string.

So what you need to search for is the SomeText and see what template method is being called to assign a value to that variable or tag.
__________________
NEWEDGE Services, Inc. - Developers of ClientExec
AlEast is offline  
Reply With Quote