From: Morik Date: Wed, 2 Jan 2019 20:36:34 +0000 (+0100) Subject: Add missing data-identifier to mobile menu X-Git-Tag: 3.1.8~31^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fe7893d17f14b3bf2b4b3d377bc15d7c25901efa;p=GitHub%2FWoltLab%2FWCF.git Add missing data-identifier to mobile menu All menus items contain their identifier as data attribute. This allows admins to easily add css specific to those links (like icons etc). see: https://github.com/WoltLab/WCF/blob/master/com.woltlab.wcf/templates/__menu.tpl#L6 This is missing on the mobile menu version and added with this pull request. --- diff --git a/com.woltlab.wcf/templates/pageMenuMobile.tpl b/com.woltlab.wcf/templates/pageMenuMobile.tpl index 23216cd86f..5a94d25747 100644 --- a/com.woltlab.wcf/templates/pageMenuMobile.tpl +++ b/com.woltlab.wcf/templates/pageMenuMobile.tpl @@ -3,7 +3,7 @@