ri gwang

Greenhorn
+ Follow
since Jul 15, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ri gwang

I copied correctly. Obviously it is. In that source, a src path is {$tpl}/js/jquery.js and it is written as <script type="javascript" src="{$tpl}/js/jquery.js"></script>.
help me. thnkx your attention.
I am reading one html source code. but I have a difficulty on understanding this source code.
there is a part as follows:

<div class="item" style="display: none" title="{$detail.ID}" id="{$detail.ID}"></div>
<div class="cls"><span class="left name">{$detail.name|strhtml}</span></div>

I can't understand what type {$detail.ID}, {$detail.name|strhtml} is.
if anyone know, please help me.
thnkx.