2014-08-31, 12:18 PM
A select box in header isn't possible with template edits only.
But you could show the links in a dropdown menu instead.
http://imgur.com/GN6blRc
http://imgur.com/On4dWcD
In template as_header replace all with:
You probably have to adjust the style of the dropdown box for your theme.
But you could show the links in a dropdown menu instead.
http://imgur.com/GN6blRc
http://imgur.com/On4dWcD
In template as_header replace all with:
<!-- AccountSwitcher -->
| <a href="#" id="accountswitcher_header">Switch Accounts</a>
<div id="accountswitcher_header_popup" style="display: none; padding:0 30px 0 15px; background: #222;">
<ul>
{$as_3d_menu}
</ul>
</div>
<script type="text/javascript">
new PopupMenu("accountswitcher_header");
</script>
<!-- /AccountSwitcher -->
You probably have to adjust the style of the dropdown box for your theme.