Index: HTML/EN/xmlbrowser.html =================================================================== --- HTML/EN/xmlbrowser.html (revision 21531) +++ HTML/EN/xmlbrowser.html (working copy) @@ -116,20 +116,24 @@ onMouseOut="hideElements(['controls[% index _ (start + loop.index) %]'])"> [% END %] [%- WRAPPER contentitem leftcontrols = 'gencontrol' rightcontrols = 'favoritescontrol' %] - [% IF item.weblink %] - - [% ELSIF item.type == 'redirect' %] - [% IF item.web.url %] - - [% ELSE; NEXT %] + [% IF item.web.type == 'htmltemplate' %] + [% PROCESS $item.web.value %] + [% ELSE %] + [% IF item.weblink %] + + [% ELSIF item.type == 'redirect' %] + [% IF item.web.url %] + + [% ELSE; NEXT %] + [% END %] + [% ELSIF item.type != 'text' %] + [% END %] - [% ELSIF item.type != 'text' %] - + [% item.web.value || item.name || item.title %] + [% IF item.weblink || item.type != 'text' %] + + [% END %] [% END %] - [% item.web.value || item.name || item.title %] - [% IF item.weblink || item.type != 'text' %] - - [% END %] [%- END %] [% IF useAJAX %][% END %] [%- END %] Index: HTML/Default/xmlbrowser.html =================================================================== --- HTML/Default/xmlbrowser.html (revision 21531) +++ HTML/Default/xmlbrowser.html (working copy) @@ -260,23 +260,27 @@