03-26-2005, 02:31 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Mar 2005
Posts: 81
Thanks: 0
|
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.
|
|
|
|