]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/common_tabs.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / common_tabs.tpl
index be36459665f16f20454b38980683ed052e4a3923..39382fb1a0b85a9cf462ba377b1d8a1727a51532 100644 (file)
@@ -1,4 +1,8 @@
-<ul class="tabs">
+{{*
+ *     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>
        {{/foreach}}