aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/yoga/admin/tabsheet.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/yoga/admin/tabsheet.tpl')
-rw-r--r--admin/template/yoga/admin/tabsheet.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/template/yoga/admin/tabsheet.tpl b/admin/template/yoga/admin/tabsheet.tpl
index 0d0f1084a..d9968f0b9 100644
--- a/admin/template/yoga/admin/tabsheet.tpl
+++ b/admin/template/yoga/admin/tabsheet.tpl
@@ -2,7 +2,9 @@
{if isset($tabsheet) and count($tabsheet)}
<ul class="tabsheet">
{foreach from=$tabsheet key=name item=sheet}
- <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}"><a href="{$sheet.url}"><span>{$sheet.caption}</span></a></li>
+ <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if} png">
+ <a href="{$sheet.url}"><span class="png">{$sheet.caption}</span></a>
+ </li>
{/foreach}
</ul>
{/if} \ No newline at end of file