diff options
Diffstat (limited to 'view/tpl/common_tabs.tpl')
-rwxr-xr-x | view/tpl/common_tabs.tpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl index 07c501499..3d34d7c57 100755 --- a/view/tpl/common_tabs.tpl +++ b/view/tpl/common_tabs.tpl @@ -1,11 +1,6 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} <ul class="tabs"> {{foreach $tabs as $tab}} <li {{if $tab.id}}id="{{$tab.id}}"{{/if}}><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li> {{/foreach}} </ul> -<div class="tabs-end"></div>
\ No newline at end of file +<div class="tabs-end"></div> |