]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/templates/common_tabs.tpl
Merge pull request #1696 from rabuzarus/acl-var
[friendica.git] / view / theme / frost-mobile / templates / common_tabs.tpl
index 9fa4ed41d972efefd2bce5a658076212e0e57706..e13cf25742d797e5c13bec75a2e235c2baab35ef 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <ul class="tabs">
        {{foreach $tabs as $tab}}
                <li id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>