diff options
Diffstat (limited to 'admin/template/goto/tabsheet.tpl')
-rw-r--r-- | admin/template/goto/tabsheet.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/admin/template/goto/tabsheet.tpl b/admin/template/goto/tabsheet.tpl deleted file mode 100644 index 00b3f3c54..000000000 --- a/admin/template/goto/tabsheet.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{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> -{/foreach} -</ul> -{/if}
\ No newline at end of file |