diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index 228625a..8fb7083 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -122,12 +122,12 @@ activeTab: {{ DisplayTab }}, items: [ { contentEl: 'mumble_registration', title: 'Registration', autoScroll: true }, - {% if Registered %} - { contentEl: 'mumble_texture', title: 'User Texture', autoScroll: true }, - {% endif %} {% if CurrentUserIsAdmin %} { contentEl: 'mumble_admin', title: 'Administration', autoScroll: true }, {% endif %} + {% if Registered %} + { contentEl: 'mumble_texture', title: 'User Texture', autoScroll: true }, + {% endif %} ] }, {% for item in ChannelTable %}