missing {} in tpl
This commit is contained in:
parent
c6e19bb88a
commit
4e339aa4e9
@ -3,7 +3,7 @@
|
|||||||
{foreach from=$menubar item=tab}
|
{foreach from=$menubar item=tab}
|
||||||
{if $tab eq $panel}
|
{if $tab eq $panel}
|
||||||
|
|
||||||
<li id="admin-$tab">
|
<li id="admin-{$tab}">
|
||||||
<a class="admin-tab-current" href="{$smarty.const.BLOG_BASEURL}admin.php?p={$tab}">
|
<a class="admin-tab-current" href="{$smarty.const.BLOG_BASEURL}admin.php?p={$tab}">
|
||||||
{$lang.admin.panels[$tab]|default:$tab}
|
{$lang.admin.panels[$tab]|default:$tab}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user