Tech Support Guy banner
Status
Not open for further replies.

Solved: Need help on Smarty

1K views 2 replies 2 participants last post by  skyhigh007 
#1 ·
I'm trying to edit Smarty generated templates files and I came across this $lang variable that i can't figure it out.

Code:
<div class="menu">
			<h1><a href="{$baseurl}/">{$lang1}</a></h1><div class="tiret">-</div>
			<h1><a href="{$baseurl}/top">{$lang2}</a></h1><div class="tiret">-</div>
			<h1><a href="{$baseurl}/flop">{$lang3}</a></h1><div class="tiret">-</div>
			<h1><a href="{$baseurl}/random">{$lang4}</a></h1><div class="tiret">-</div>
		</div>
Where do i suppose to look for the $lang values?
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top