]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/common_tabs.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / smarty3 / common_tabs.tpl
index be36459665f16f20454b38980683ed052e4a3923..69fa377bc97c478f2969a7e2bd694c130a92d260 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     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>