aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/common_tabs.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-16 18:08:26 +0100
committerThomas Willingham <founder@kakste.com>2013-07-16 18:08:26 +0100
commit328ebda77a44bfeaa3ac5455a4713db402bc54bf (patch)
tree349eecab6672169d4508ff694aa399511acfcdb2 /view/tpl/common_tabs.tpl
parentcc91036350e402a7aa0ab4645981327ebefb8e15 (diff)
downloadvolse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.tar.gz
volse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.tar.bz2
volse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.zip
Kill autogenerated warnings, plus a typo.
Diffstat (limited to 'view/tpl/common_tabs.tpl')
-rwxr-xr-xview/tpl/common_tabs.tpl7
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>