{{* Tab navigation bar for tablets and computer *}}
{{* The normal tabbar *}}
-
{{* The extended dropdown menu - this would be shown if the tab menu points
dosn't fit in the available space. This is done through flexMenu.js *}}
-
{{* Tab navigation bar for smartphones *}}
{{* The active menupoint will be shown as one menupoint*}}
-
{{foreach $tabs as $tab}}
{{if $tab.sel}}
- {{$tab.label}}
{{else}}
{{$exttabs[]=$tab}}
{{/if}}
{{/foreach}}
{{* All others are moved to this dropdown menu *}}
-