mediawiki-skins-Vector/includes/templates/LegacySidebar.mustache
Jon Robson 6efcf775c0 Technical: Use unambigious menu template
Follow up to 49c8b5f514
Our PHP parser resolves >Menu to the parent directory which
differs from the frontend Mustache library.

Best to have different names for these files to avoid this problem.

Bug: T311319
Change-Id: Iea708718a0b928c4902dc7bac0c5ee304b89f961
2022-06-27 12:29:03 -07:00

14 lines
405 B
Plaintext

{{!
See @typedef SidebarData
}}
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="{{link-mainpage}}"
title="{{msg-tooltip-p-logo}}"></a>
</div>
{{#data-portlets-first}}{{>LegacyMenu}}{{/data-portlets-first}}
{{#array-portlets-rest}}{{>LegacyMenu}}{{/array-portlets-rest}}
{{#data-portlets.data-languages}}{{>LegacyMenu}}{{/data-portlets.data-languages}}
</div>