user3721240
user3721240

Reputation:

What language is this in?

What language is this in? It's interspersed in an html.erb file that I have to update, but it doesn't look like Ruby.

{#if $T.location[0].city}{$T.location[0].city}, {#/if}{#if $T.location[0].state}{$T.location[0].state}{#/if}

It looks like it could be this template: http://jtemplates.tpython.com/. But I couldn't find {# template MAIN} anywhere in the codebase.

Upvotes: 1

Views: 171

Answers (1)

Ryan K
Ryan K

Reputation: 4053

From this question, it's probably a Smarty file. Beyond that, I couldn't tell you.

Upvotes: 1

Related Questions