fixed a typo
This commit is contained in:
parent
85c33190fa
commit
b218e0fe4d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<tmpl_loop adminbar_loop>
|
<tmpl_loop adminbar_loop>
|
||||||
panel = new createPanel("<tmpl_var name>", "<tmpl_var label>");
|
panel = new createPanel("<tmpl_var name>", "<tmpl_var label>");
|
||||||
<tmpl_loop items>
|
<tmpl_loop items>
|
||||||
panel.addLink("<tmpl_var icon.small>", "<tmpl_var title escape=JS>", "<tmpl_var url escape=JS>");
|
panel.addLink("<tmpl_var icon>", "<tmpl_var title escape=JS>", "<tmpl_var url escape=JS>");
|
||||||
</tmpl_loop>
|
</tmpl_loop>
|
||||||
slider.addPanel(panel);
|
slider.addPanel(panel);
|
||||||
</tmpl_loop>
|
</tmpl_loop>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue