Skip to content
Snippets Groups Projects
Commit 354aa4c9 authored by Guillaume Delhumeau's avatar Guillaume Delhumeau
Browse files

XWIKI-13074: Extend "After Header" UIX with an order parameter.

* It's not breaking anything.
parent f5733b72
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<div id="globallinks">
</div> ## globallinks
<div class="clearfloats"></div>
#foreach ($uix in $services.uix.getExtensions('org.xwiki.platform.template.header.after'))
#foreach ($uix in $services.uix.getExtensions('org.xwiki.platform.template.header.after', {'sortByParameter': 'order'}))
$services.rendering.render($uix.execute(), 'xhtml/1.0')
#end
</div> ## headerglobal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment